summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-30 08:06:19 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-01-30 18:59:29 +0100
commitfd620677ce54f86e5d881c6647111ef538e0b0e9 (patch)
tree74848c462736efe52bc8f1d5eb3737b7818d2fd4 /meta-python/recipes-devtools/python
parent44247b3cb0d4a69eac29bfc9d47200802184231b (diff)
downloadmeta-openembedded-fd620677ce54f86e5d881c6647111ef538e0b0e9.tar.gz
python3-ecdsa: ignore CVE-2024-23342
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-23342 The issue won't be fixed, because it is not in the scope of the project. See also the discussion in the relevant Github issue[1]. [1]: https://github.com/tlsfuzzer/python-ecdsa/issues/330 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb
index 177019ccc2..8749e503f9 100644
--- a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb
@@ -13,3 +13,6 @@ inherit pypi setuptools3 python3native
13RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr" 13RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr"
14 14
15BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"
16
17# won't fix: https://github.com/tlsfuzzer/python-ecdsa/issues/330
18CVE_CHECK_IGNORE = "CVE-2024-23342"