python-pyopenssl: fix PKG_CPE_ID
authorFabrice Fontaine <redacted>
Fri, 13 Mar 2026 22:28:56 +0000 (23:28 +0100)
committerAlexandru Ardelean <redacted>
Sun, 15 Mar 2026 13:53:18 +0000 (15:53 +0200)
cpe:/a:pyopenssl:pyopenssl is the correct CPE ID for python-pyopenssl:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:pyopenssl:pyopenssl

Fixes: ceadbcbb64de727c3a974e552d9a723d532e4e40 (treewide: add PKG_CPE_ID for cvescanner)
Signed-off-by: Fabrice Fontaine <redacted>
lang/python/python-pyopenssl/Makefile

index cd5aec8a71262c06ffb1b6f145818f60cb75ad3f..58ffca3a21a332872e8d7738633fec14aad9672f 100644 (file)
@@ -17,7 +17,7 @@ PKG_HASH:=6b2cba5cc46e822750ec3e5a81ee12819850b11303630d575e98108a079c2b12
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
-PKG_CPE_ID:=cpe:/a:pyopenssl_project:pyopenssl
+PKG_CPE_ID:=cpe:/a:pyopenssl:pyopenssl
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT