diff mbox series

vim: correct CVE_PRODUCT mapping

Message ID 20260824110156.25560-1-devanshp@cisco.com
State Under Review
Headers show
Series vim: correct CVE_PRODUCT mapping | expand

Commit Message

Devansh Patel Aug. 24, 2026, 11:01 a.m. UTC
From: Devansh Patel <devanshp@cisco.com>

The default "vim" mapping uses a vendor wildcard and also reports the
unrelated JetBrains Vim plugin and VSCodeVim extension.

Use "vim_development_group:vim" for the historical NVD configuration
identity and "vim:vim" for the active NVD dictionary CPE and configuration
identity.

Signed-off-by: Devansh Patel <devanshp@cisco.com>
---
 meta/recipes-support/vim/vim_9.2.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-support/vim/vim_9.2.bb b/meta/recipes-support/vim/vim_9.2.bb
index fee9f055e9..d31d277fae 100644
--- a/meta/recipes-support/vim/vim_9.2.bb
+++ b/meta/recipes-support/vim/vim_9.2.bb
@@ -1,5 +1,7 @@ 
 require vim.inc
 
+CVE_PRODUCT = "vim_development_group:vim vim:vim"
+
 PROVIDES = "xxd"
 
 RDEPENDS:${PN} = "ncurses-terminfo-base ${PN}-xxd"