mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user