Skip to content

Commit

Permalink
tools/expat: fix PKG_CPE_ID
Browse files Browse the repository at this point in the history
cpe:/a:libexpat_project:libexpat is the correct CPE ID for expat:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:libexpat:libexpat

Fixes: c61a239 (add PKG_CPE_ID ids to package and tools)

Signed-off-by: Fabrice Fontaine <[email protected]>
Link: openwrt/openwrt#15291
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
ffontaine authored and robimarko committed Apr 27, 2024
1 parent cf3520b commit ff59f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/expat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=expat
PKG_CPE_ID:=cpe:/a:libexpat:expat
PKG_CPE_ID:=cpe:/a:libexpat:libexpat
PKG_VERSION:=2.6.2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down

0 comments on commit ff59f3f

Please sign in to comment.