diff mbox series

[meta-python,kirkstone,3/5] python3-ecdsa: ignore CVE-2024-23342

Message ID 20260130070621.3171877-3-skandigraun@gmail.com
State New
Headers show
Series [meta-python,kirkstone,1/5] python3-pymongo: upgrade 4.1.0 -> 4.1.1 | expand

Commit Message

Gyorgy Sarvari Jan. 30, 2026, 7:06 a.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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..9ce63c24b4 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
 RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr"
 
 BBCLASSEXTEND = "native nativesdk"
+
+# won't fix: https://github.com/tlsfuzzer/python-ecdsa/issues/330
+CVE_CHECK_IGNORE = "CVE-2024-23342"