* [OE-core][kirkstone][PATCH] vim: ignore CVE-2025-66476
@ 2026-02-20 18:43 Peter Marko
0 siblings, 0 replies; only message in thread
From: Peter Marko @ 2026-02-20 18:43 UTC (permalink / raw)
To: openembedded-core; +Cc: Peter Marko
From: Peter Marko <peter.marko@siemens.com>
Details https://nvd.nist.gov/vuln/detail/CVE-2025-66476
Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
meta/recipes-support/vim/vim_9.1.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-support/vim/vim_9.1.bb b/meta/recipes-support/vim/vim_9.1.bb
index f358e61132b..e536d4ce4bd 100644
--- a/meta/recipes-support/vim/vim_9.1.bb
+++ b/meta/recipes-support/vim/vim_9.1.bb
@@ -17,3 +17,6 @@ ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd"
# in many places for _FORTIFY_SOURCE=2. Security flags become part of CC.
#
lcl_maybe_fortify = "${@oe.utils.conditional('DEBUG_BUILD','1','','-D_FORTIFY_SOURCE=1',d)}"
+
+# not-applicable-platform: Issue only applies on Windows
+CVE_CHECK_IGNORE += "CVE-2025-66476"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-02-20 18:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-20 18:43 [OE-core][kirkstone][PATCH] vim: ignore CVE-2025-66476 Peter Marko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox