diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb index 0d0ab6af37..bbdeca7adb 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb @@ -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 \