summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-networking/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-30 15:28:54 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:53 -0800
commitbd77eb699214a27130712c78bd2a0961aa5fc26b (patch)
tree003670e7aa6621cf197952dcba80640f92cb1833 /meta-python/recipes-networking/python
parentb96b616553311696fb8b3c0e908352e0a0e54ff4 (diff)
downloadmeta-openembedded-bd77eb699214a27130712c78bd2a0961aa5fc26b.tar.gz
python3-ldap: set CVE_PRODUCT
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-networking/python')
-rw-r--r--meta-python/recipes-networking/python/python3-ldap_3.4.4.bb2
1 files changed, 2 insertions, 0 deletions
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} = " \
28 python3-threading \ 28 python3-threading \
29 python3-unittest \ 29 python3-unittest \
30" 30"
31
32CVE_PRODUCT = "python-ldap"