libs/libexif: fix PKG_CPE_ID
authorFabrice Fontaine <redacted>
Fri, 13 Mar 2026 20:44:23 +0000 (21:44 +0100)
committerAlexandru Ardelean <redacted>
Sun, 15 Mar 2026 07:12:48 +0000 (09:12 +0200)
cpe:/a:libexif_project:libexif is the correct CPE ID for libexif:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:libexif_project:libexif

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <redacted>
libs/libexif/Makefile

index c7b6bdc82523229865c0d47a0206b0dd62ce1607..bf3475282669026840924114f2937ca4b8820c07 100644 (file)
@@ -18,7 +18,7 @@ PKG_HASH:=7c9eba99aed3e6594d8c3e85861f1c6aaf450c218621528bc989d3b3e7a26307
 PK_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 PKG_LICENSE:=LGPL-2.1-or-later
 PKG_LICENSE_FILES:=COPYING
-PKG_CPE_ID:=cpe:/a:libexif:libexif
+PKG_CPE_ID:=cpe:/a:libexif_project:libexif
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
git clone https://git.99rst.org/PROJECT