mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-cbor2: add CPE ID
The "cpe:2.3:a:agronholm:cbor2:*:*:*:*:*:python:*:*" is a valid CPE [1][2] for this package. [1] https://nvd.nist.gov/products/cpe/detail/C9CB66BA-6D92-430D-B3A8-D20C43E0655C [2] https://nvd.nist.gov/vuln/detail/CVE-2026-26209 Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
de4044a0c9
commit
140d618567
@@ -10,6 +10,8 @@ PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/bd/cb/09939728be094d
|
||||
PYTHON_CBOR2_SETUP_TYPE = setuptools
|
||||
PYTHON_CBOR2_LICENSE = MIT
|
||||
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_CBOR2_CPE_ID_VENDOR = agronholm
|
||||
PYTHON_CBOR2_CPE_ID_PRODUCT = cbor2
|
||||
PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm
|
||||
PYTHON_CBOR2_ENV = CBOR2_BUILD_C_EXTENSION=1
|
||||
HOST_PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
Reference in New Issue
Block a user