summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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] = ""