[dunfell,5/9] git: Use CVE_CHECK_WHITELIST instead of CVE_CHECK_IGNORE

Message ID 970743af349e21a399da6241587b849b14933bc5.1652840866.git.steve@sakoman.com
State Accepted, archived
Commit 970743af349e21a399da6241587b849b14933bc5
Headers show
Series [dunfell,1/9] vim: Upgrade 8.2.4681 -> 8.2.4912 | expand

Commit Message

Steve Sakoman May 18, 2022, 2:30 a.m. UTC
From: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com>

Use CVE_CHECK_WHITELIST as CVE_CHECK_IGNORE is not valid on dunfell
branch

Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/recipes-devtools/git/git.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 879920d97e..b5d0004712 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -22,7 +22,7 @@  CVE_PRODUCT = "git-scm:git"
 # This is about a manpage not mentioning --mirror may "leak" information
 # in mirrored git repos. Most OE users wouldn't build the docs and
 # we don't see this as a major issue for our general users/usecases.
-CVE_CHECK_IGNORE += "CVE-2022-24975"
+CVE_CHECK_WHITELIST += "CVE-2022-24975"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[cvsserver] = ""