From: Devansh Patel <[email protected]> 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 <[email protected]> --- meta/recipes-support/vim/vim_9.2.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#244085): https://lists.openembedded.org/g/openembedded-core/message/244085 Mute This Topic: https://lists.openembedded.org/mt/120901041/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
