diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 18:09:46 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-04 15:56:22 -0800 |
commit | d369edb57105104b7a6085b9217366705d0ca118 (patch) | |
tree | 3c9f666171b471ce93ac0a7785fcba1cb2d04cc1 /lang/python/python-urllib3 | |
parent | c08dac5ec52441d1aefc0bf8ef251fb1fae5ff8e (diff) |
lang/python/python-urllib3: fix PKG_CPE_ID
There is not a single CVE linked to urllib3_project:urllib3 so use
python:urllib3 instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:python:urllib3
Fixes: 6dcaa769d8ce8921dc3bfaf78ab9a8c1cef4a9b9 (python-urllib3: update to version 1.25)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'lang/python/python-urllib3')
-rw-r--r-- | lang/python/python-urllib3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index a31cc8ffb..323e7cda2 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt -PKG_CPE_ID:=cpe:/a:urllib3_project:urllib3 +PKG_CPE_ID:=cpe:/a:python:urllib3 PYPI_NAME:=urllib3 PKG_HASH:=8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11 |