mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 03:45:41 +00:00
ldns: correct CVE_PRODUCT mapping
The default product-only mapping generates a vendor-wildcard CPE. nlnetlabs:ldns is the active NVD dictionary CPE and configuration identity for the packaged NLnet Labs source. This changes the generated product identity to an exact CPE, but the frozen sbom-cve-check database leaves the eight-entry CVE report unchanged, with no current CVE delta. Signed-off-by: Devansh Patel <devanshp@cisco.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019"
|
||||
SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "b524fa21994b6e834200ceb8c27f1b84bda5982fe35706f058196c079db94d5d"
|
||||
|
||||
CVE_PRODUCT = "nlnetlabs:ldns"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
Reference in New Issue
Block a user