diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-04 11:06:04 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-02-04 13:15:41 +0100 |
commit | 8b9965fcb30f1f7401cad5ec9967e65ae72398b3 (patch) | |
tree | 571f6b5b8d156ee7d15f0e2096a10ca807d9e4fb | |
parent | 0daaae55019d647abac6ffe96ed5a1c5940759b4 (diff) |
lang/python/python-aiohttp: fix PKG_CPE_ID
aiohttp:aiohttp is a better CPE ID than aio-libs_projet:aiohttp as this
CPE ID has the latest CVEs (whereas aio-libs_project:aiohttp only has
one CVE from 2018):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:aiohttp:aiohttp
Fixes: 2edf5034f1c09fe60af52087abe7b6fcef9433fc (python-aiohttp: add a new package)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-rw-r--r-- | lang/python/python-aiohttp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python-aiohttp/Makefile b/lang/python/python-aiohttp/Makefile index e5246d2b4..4f9dc5dbc 100644 --- a/lang/python/python-aiohttp/Makefile +++ b/lang/python/python-aiohttp/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt -PKG_CPE_ID:=cpe:/a:aio-libs_project:aiohttp +PKG_CPE_ID:=cpe:/a:aiohttp:aiohttp include ../pypi.mk include $(INCLUDE_DIR)/package.mk |