diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:30 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:03 -0800 |
| commit | 0620851d8700843a5af301520a894eab4f65ba9c (patch) | |
| tree | f0bbab7242877ca770e386975433bdd01c407927 /meta-python | |
| parent | 8fc9b697980f7c3fd648c85719dbb8d25f8da003 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 6 | SRC_URI[sha256sum] = "181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f" | 6 | SRC_URI[sha256sum] = "181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f" |
| 7 | 7 | ||
| 8 | CVE_PRODUCT = "dnspython" | ||
| 9 | |||
| 8 | inherit pypi python_hatchling ptest | 10 | inherit pypi python_hatchling ptest |
| 9 | 11 | ||
| 10 | SRC_URI += " \ | 12 | SRC_URI += " \ |
