]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
git: Use CVE_CHECK_WHITELIST instead of CVE_CHECK_IGNORE
authorRanjitsinh Rathod <ranjitsinhrathod1991@gmail.com>
Tue, 17 May 2022 11:15:00 +0000 (16:45 +0530)
committerSteve Sakoman <steve@sakoman.com>
Tue, 17 May 2022 14:14:23 +0000 (04:14 -1000)
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

index 879920d97e9299227aaf69c6f6736eefbc4c75d9..b5d00047123b20c6f7a6cc26afd79941f23a10e7 100644 (file)
@@ -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] = ""