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>
This commit is contained in:
Gyorgy Sarvari 2025-12-30 15:28:54 +01:00 committed by Khem Raj
parent b96b616553
commit bd77eb6992
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -28,3 +28,5 @@ RDEPENDS:${PN} = " \
python3-threading \
python3-unittest \
"
CVE_PRODUCT = "python-ldap"