summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-31 08:54:22 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:34:02 -0800
commit50925849c028884bcadc9f9aaf73c491b7f5f387 (patch)
tree0d9ba3dbdb551b49dc0cad5d0964a36e524f4d66 /meta-python
parentdd2edff531bd68d33ea17d58949a14c452448445 (diff)
downloadmeta-openembedded-50925849c028884bcadc9f9aaf73c491b7f5f387.tar.gz
python3-eth-account: set CVE_PRODUCT
The relevant CVEs are tracked with ethereum:eth-account CPE, and the default python:eth-account one doesn't match relevant entries. Set CVE_PRODUCT accordingly. See CVE db query: sqlite> select * from products where product like '%eth-account%'; CVE-2022-1930|ethereum|eth-account|||0.5.9|< 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-eth-account_0.13.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb b/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb
index a3ae8a7802..00deb53c88 100644
--- a/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a26e64020156e806cf0054a6d504b301"
7SRC_URI[sha256sum] = "5853ecbcbb22e65411176f121f5f24b8afeeaf13492359d254b16d8b18c77a46" 7SRC_URI[sha256sum] = "5853ecbcbb22e65411176f121f5f24b8afeeaf13492359d254b16d8b18c77a46"
8 8
9PYPI_PACKAGE = "eth_account" 9PYPI_PACKAGE = "eth_account"
10CVE_PRODUCT = "eth-account"
10 11
11inherit pypi setuptools3 12inherit pypi setuptools3
12 13