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>
This commit is contained in:
Gyorgy Sarvari
2026-01-30 08:06:19 +01:00
parent 44247b3cb0
commit fd620677ce
@@ -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"