diff mbox series

[meta-python] python3-ldap: correct python-ldap CVE_PRODUCT mapping

Message ID 20260826075349.64263-1-devanshp@cisco.com
State New
Headers show
Series [meta-python] python3-ldap: correct python-ldap CVE_PRODUCT mapping | expand

Commit Message

From: Devansh Patel <devanshp@cisco.com>

The current "python-ldap" mapping generates a vendor-wildcard product
identity for the packaged Python binding.

Use "python-ldap:python-ldap" so it matches the NVD dictionary CPE and
configuration identity. The generated product identity changes, but
sbom-cve-check 1.3.3 reports no CVE delta with the pinned databases.

Signed-off-by: Devansh Patel <devanshp@cisco.com>
---
 meta-python/recipes-networking/python/python3-ldap_3.4.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.7.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.7.bb
index cd7c675f27..ef681455a5 100644
--- a/meta-python/recipes-networking/python/python3-ldap_3.4.7.bb
+++ b/meta-python/recipes-networking/python/python3-ldap_3.4.7.bb
@@ -29,4 +29,4 @@  RDEPENDS:${PN} = " \
     python3-unittest \
 "
 
-CVE_PRODUCT = "python-ldap"
+CVE_PRODUCT = "python-ldap:python-ldap"