The relevant CVEs are tracked with python-ldap:python-ldap CPE, not python:python-ldap.
See CVE db query: sqlite> select * from products where PRODUCT like '%python-ldap%'; CVE-2021-46823|python-ldap|python-ldap|||3.4.0|< CVE-2025-61911|python-ldap|python-ldap|||3.4.5|< CVE-2025-61912|python-ldap|python-ldap|||3.4.5|< Set the CVE_PRODUCT accordingly Signed-off-by: Gyorgy Sarvari <[email protected]> --- meta-python/recipes-networking/python/python3-ldap_3.4.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb index aecffa9d7e..8d52ff0154 100644 --- a/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb +++ b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb @@ -28,3 +28,5 @@ RDEPENDS:${PN} = " \ python3-threading \ python3-unittest \ " + +CVE_PRODUCT = "python-ldap"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123018): https://lists.openembedded.org/g/openembedded-devel/message/123018 Mute This Topic: https://lists.openembedded.org/mt/116998036/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
