summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
diff options
context:
space:
mode:
authorRanjitsinh Rathod <ranjitsinhrathod1991@gmail.com>2022-05-17 16:45:00 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-20 10:08:01 +0100
commitdfd14979615e0e37e68cc2e7528f30fc837c75ce (patch)
tree0ac984304929acd75b8cfcddd50b360196fc2a37 /meta/recipes-devtools/git
parent5999f70889d435c288b4d49589280b1ba61c8fb9 (diff)
downloadpoky-dfd14979615e0e37e68cc2e7528f30fc837c75ce.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r--meta/recipes-devtools/git/git.inc2
1 files changed, 1 insertions, 1 deletions
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"
22# This is about a manpage not mentioning --mirror may "leak" information 22# This is about a manpage not mentioning --mirror may "leak" information
23# in mirrored git repos. Most OE users wouldn't build the docs and 23# in mirrored git repos. Most OE users wouldn't build the docs and
24# we don't see this as a major issue for our general users/usecases. 24# we don't see this as a major issue for our general users/usecases.
25CVE_CHECK_IGNORE += "CVE-2022-24975" 25CVE_CHECK_WHITELIST += "CVE-2022-24975"
26 26
27PACKAGECONFIG ??= "" 27PACKAGECONFIG ??= ""
28PACKAGECONFIG[cvsserver] = "" 28PACKAGECONFIG[cvsserver] = ""