[Buildroot] [git commit] package/python-webargs: add CPE variables

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Feb 20 21:32:47 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=81de6207f1237f17ec3e17e3afaae25474c7aca5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

cpe:2.3:a:webargs_project:webargs is a valid CPE identifier for this
package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Awebargs_project%3Awebargs

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-webargs/python-webargs.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-webargs/python-webargs.mk b/package/python-webargs/python-webargs.mk
index e048d8a4ac..ce270842c1 100644
--- a/package/python-webargs/python-webargs.mk
+++ b/package/python-webargs/python-webargs.mk
@@ -10,5 +10,7 @@ PYTHON_WEBARGS_SITE = https://files.pythonhosted.org/packages/4b/7d/fece8e6547b3
 PYTHON_WEBARGS_SETUP_TYPE = setuptools
 PYTHON_WEBARGS_LICENSE = MIT
 PYTHON_WEBARGS_LICENSE_FILES = LICENSE
+PYTHON_WEBARGS_CPE_ID_VENDOR = webargs_project
+PYTHON_WEBARGS_CPE_ID_PRODUCT = webargs
 
 $(eval $(python-package))



More information about the buildroot mailing list