diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 16:49:01 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:56 -0800 |
| commit | f30b5cd005ac14eb9756309cdb8e3bc1de5bf28b (patch) | |
| tree | 20076d8e6bb8f0adf1323fdbfe116e9200db200a /meta-python/recipes-devtools | |
| parent | df18617f6a75c971c146769f98e615d1e50f6f1c (diff) | |
| download | meta-openembedded-f30b5cd005ac14eb9756309cdb8e3bc1de5bf28b.tar.gz | |
python3-validators: set CVE_PRODUCT
The CVEs related to this project are tracked using the validators_project:validators
CPE, which doesn't match the default python:validators CPE.
See CVE db query:
sqlite> select * from products where product like 'validators';
CVE-2019-19588|validators_project|validators|0.12.2|>=|0.12.5|<=
CVE-2023-45813|validators_project|validators|0.11.0|=||
CVE-2023-45813|validators_project|validators|0.20.0|=||
Set the CVE_PRODUCT so it matches relevant entries.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-validators_0.35.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-validators_0.35.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.35.0.bb index d598cdc97c..79950f945c 100644 --- a/meta-python/recipes-devtools/python/python3-validators_0.35.0.bb +++ b/meta-python/recipes-devtools/python/python3-validators_0.35.0.bb | |||
| @@ -5,6 +5,8 @@ LICENSE = "MIT" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78327e3919fcd4e9a4a07299899c634c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78327e3919fcd4e9a4a07299899c634c" |
| 6 | SRC_URI[sha256sum] = "992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a" | 6 | SRC_URI[sha256sum] = "992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a" |
| 7 | 7 | ||
| 8 | CVE_PRODUCT = "validators" | ||
| 9 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 10 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
| 9 | 11 | ||
| 10 | RDEPENDS:${PN}-ptest += " \ | 12 | RDEPENDS:${PN}-ptest += " \ |
