vlc: ignore CVE-2026-26227 and CVE-2026-26228

Details: https://nvd.nist.gov/vuln/detail/CVE-2026-26227
https://nvd.nist.gov/vuln/detail/CVE-2026-26228

Both vulnerabilities affect only the Android version of VLC, not
the other ones. Because of this, ignore these CVEs.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2026-03-09 11:02:49 +01:00
parent 0cf1cbb6f7
commit b712d9b0b1
@@ -130,3 +130,6 @@ FILES:${PN}-staticdev += "\
INSANE_SKIP:${PN} = "dev-so"
EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "0", "1", d)}"
# Android specific CVEs
CVE_CHECK_IGNORE += "CVE-2026-26227 CVE-2026-26228"