diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 18:15:55 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-04 15:56:56 -0800 |
commit | c0aec8bc086af80e932a54eb9d68a29dcaa1f068 (patch) | |
tree | 7e63b110156b280dec7926a281c189ff221e7bac /lang | |
parent | d369edb57105104b7a6085b9217366705d0ca118 (diff) |
lang/python/python-requests: fix PKG_CPE_ID
There is not a single CVE linked to python-requests:requests so use
python:requests instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:python:requests
Fixes: ceadbcbb64de727c3a974e552d9a723d532e4e40 (treewide: add PKG_CPE_ID for cvescanner)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-requests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index e16cd201b..685faeed3 100644 --- a/lang/python/python-requests/Makefile +++ b/lang/python/python-requests/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_CPE_ID:=cpe:/a:python-requests:requests +PKG_CPE_ID:=cpe:/a:python:requests PYPI_NAME:=requests PKG_HASH:=942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 |