summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/git/git_2.35.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.35.6.bb b/meta/recipes-devtools/git/git_2.35.6.bb
index 016b743ece..0bb4a6a021 100644
--- a/meta/recipes-devtools/git/git_2.35.6.bb
+++ b/meta/recipes-devtools/git/git_2.35.6.bb
@@ -31,6 +31,8 @@ CVE_PRODUCT = "git-scm:git"
31# in mirrored git repos. Most OE users wouldn't build the docs and 31# in mirrored git repos. Most OE users wouldn't build the docs and
32# we don't see this as a major issue for our general users/usecases. 32# we don't see this as a major issue for our general users/usecases.
33CVE_CHECK_IGNORE += "CVE-2022-24975" 33CVE_CHECK_IGNORE += "CVE-2022-24975"
34# This is specific to Git-for-Windows
35CVE_CHECK_IGNORE += "CVE-2022-41953"
34 36
35PACKAGECONFIG ??= "expat curl" 37PACKAGECONFIG ??= "expat curl"
36PACKAGECONFIG[cvsserver] = "" 38PACKAGECONFIG[cvsserver] = ""