From: Ranjitsinh Rathod Date: Tue, 17 May 2022 11:15:00 +0000 (+0530) Subject: git: Use CVE_CHECK_WHITELIST instead of CVE_CHECK_IGNORE X-Git-Tag: 2020-04.17~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970743af349e21a399da6241587b849b14933bc5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git git: Use CVE_CHECK_WHITELIST instead of CVE_CHECK_IGNORE Use CVE_CHECK_WHITELIST as CVE_CHECK_IGNORE is not valid on dunfell branch Signed-off-by: Ranjitsinh Rathod Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 879920d97e9..b5d00047123 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] = ""