python3-cbor2: ignore CVE-2025-64076

Details: https://nvd.nist.gov/vuln/detail/CVE-2025-64076

The vunerability was introduced in v5.6.0[1], the recipe version doesn't
contain the vulnerable piece of code.

[1]: 387755eacf

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2026-01-05 09:31:59 +01:00
parent d5e94ee2b8
commit cc53827cc3

View File

@ -12,6 +12,9 @@ SRC_URI += " \
file://run-ptest \
"
# not vulnerable yet, vulnerability was introduced in v5.6.0
CVE_CHECK_IGNORE = "CVE-2025-64076"
RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-pytest \
${PYTHON_PN}-unixadmin \