evince: fix typo in CVE_CHECK_IGNORE

The CVE to be ignored is from 2011, not from 2021.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2025-11-15 17:59:16 +01:00
parent 9ba02ea6a3
commit 3422f5d809
@@ -54,4 +54,4 @@ FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
CVE_PRODUCT = "evince"
# fixed-version: No action required. The current version (42.3) is not affected by the CVE which has been patched since version 3.1.2
CVE_CHECK_IGNORE += "CVE-2021-0433 CVE-2011-5244"
CVE_CHECK_IGNORE += "CVE-2011-0433 CVE-2011-5244"