summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-31 08:54:30 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:34:03 -0800
commit0620851d8700843a5af301520a894eab4f65ba9c (patch)
treef0bbab7242877ca770e386975433bdd01c407927 /meta-python
parent8fc9b697980f7c3fd648c85719dbb8d25f8da003 (diff)
downloadmeta-openembedded-0620851d8700843a5af301520a894eab4f65ba9c.tar.gz
python3-dnspython: set CVE_PRODUCT
The related CVEs are tracked using dnspython:dnspython CPE, and the default python:dnspython CPE doesn't match relevant entries. Set CVE_PRODUCT accordingly. See CVE db query: sqlite> select * from products where product like '%dnspython%'; CVE-2023-29483|dnspython|dnspython|||2.6.0|< Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-dnspython_2.8.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.8.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.8.0.bb
index f8f78f1016..aa14caed15 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_2.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.8.0.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
5 5
6SRC_URI[sha256sum] = "181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f" 6SRC_URI[sha256sum] = "181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f"
7 7
8CVE_PRODUCT = "dnspython"
9
8inherit pypi python_hatchling ptest 10inherit pypi python_hatchling ptest
9 11
10SRC_URI += " \ 12SRC_URI += " \