summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-30 16:49:01 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:56 -0800
commitf30b5cd005ac14eb9756309cdb8e3bc1de5bf28b (patch)
tree20076d8e6bb8f0adf1323fdbfe116e9200db200a /meta-python/recipes-devtools
parentdf18617f6a75c971c146769f98e615d1e50f6f1c (diff)
downloadmeta-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.bb2
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"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78327e3919fcd4e9a4a07299899c634c" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78327e3919fcd4e9a4a07299899c634c"
6SRC_URI[sha256sum] = "992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a" 6SRC_URI[sha256sum] = "992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a"
7 7
8CVE_PRODUCT = "validators"
9
8inherit pypi python_setuptools_build_meta ptest-python-pytest 10inherit pypi python_setuptools_build_meta ptest-python-pytest
9 11
10RDEPENDS:${PN}-ptest += " \ 12RDEPENDS:${PN}-ptest += " \