git: Use CVE_CHECK_WHITELIST instead of CVE_CHECK_IGNORE

Use CVE_CHECK_WHITELIST as CVE_CHECK_IGNORE is not valid on dunfell
branch

(From OE-Core rev: 970743af349e21a399da6241587b849b14933bc5)

Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ranjitsinh Rathod
2022-05-17 16:45:00 +05:30
committed by Richard Purdie
parent 5999f70889
commit dfd1497961

View 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] = ""