mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 03:45:41 +00:00
python3-twisted: correct CVE_PRODUCT mapping
The product-only "twisted" value emits a wildcard-vendor identity instead of the active identity assigned to the packaged Twisted source. Use "twisted:twisted" for its NVD dictionary CPE, NVD configuration, and CNA affected-data identities. With sbom-cve-check 1.3.3 and the pinned database snapshots, the generated product identity changes; the current CVE report is unchanged. Signed-off-by: Devansh Patel <devanshp@cisco.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ff950f7bafa004a86f478dc9eaf8106f"
|
||||
|
||||
SRC_URI[sha256sum] = "dbfd0fe1ee409d0243fdd7a6a6ff14f4948cec1fd78e0376291f805e1501fae9"
|
||||
|
||||
CVE_PRODUCT = "twisted"
|
||||
CVE_PRODUCT = "twisted:twisted"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
|
||||
Reference in New Issue
Block a user