summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools')
-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"