From: Gyorgy Sarvari <[email protected]> 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]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit bd77eb699214a27130712c78bd2a0961aa5fc26b) Signed-off-by: Ankur Tyagi <[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 6caf5f37ce..57a5b8dbe1 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 (#123461): https://lists.openembedded.org/g/openembedded-devel/message/123461 Mute This Topic: https://lists.openembedded.org/mt/117260221/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
