mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/python-cryptography: fix deprecated CPE
The CPE 'cryptography_project:cryptography' has been deprecated in favour of 'cryptography.io:cryptography'. See the following: - https://nvd.nist.gov/products/cpe/detail/2EBA50FC-F3F9-40D5-82BD-EFB67F761153 - https://nvd.nist.gov/vuln/detail/cve-2023-49083 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
6c5f1b6414
commit
2f993d55e8
@@ -11,7 +11,7 @@ PYTHON_CRYPTOGRAPHY_SITE = $(PYTHON_CRYPTOGRAPHY_SITE_PYPI)/$(PYTHON_CRYPTOGRAPH
|
||||
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = maturin
|
||||
PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause
|
||||
PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
|
||||
PYTHON_CRYPTOGRAPHY_CPE_ID_VENDOR = cryptography_project
|
||||
PYTHON_CRYPTOGRAPHY_CPE_ID_VENDOR = cryptography.io
|
||||
PYTHON_CRYPTOGRAPHY_CPE_ID_PRODUCT = cryptography
|
||||
PYTHON_CRYPTOGRAPHY_CARGO_MANIFEST_PATH = src/rust/Cargo.toml
|
||||
PYTHON_CRYPTOGRAPHY_DEPENDENCIES = \
|
||||
|
||||
Reference in New Issue
Block a user