mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
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:ceadbcbb64(treewide: add PKG_CPE_ID for cvescanner) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> (cherry picked from commitc0aec8bc08)
This commit is contained in:
committed by
Rosen Penev
parent
e32911eafc
commit
9c14028de9
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
|
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_CPE_ID:=cpe:/a:python-requests:requests
|
PKG_CPE_ID:=cpe:/a:python:requests
|
||||||
|
|
||||||
PYPI_NAME:=requests
|
PYPI_NAME:=requests
|
||||||
PKG_HASH:=239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4
|
PKG_HASH:=239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4
|
||||||
|
|||||||
Reference in New Issue
Block a user