summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/git/git_2.35.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.35.1.bb b/meta/recipes-devtools/git/git_2.35.1.bb
index 47c2211864..e39142128b 100644
--- a/meta/recipes-devtools/git/git_2.35.1.bb
+++ b/meta/recipes-devtools/git/git_2.35.1.bb
@@ -18,6 +18,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1"
18 18
19CVE_PRODUCT = "git-scm:git" 19CVE_PRODUCT = "git-scm:git"
20 20
21# This is about a manpage not mentioning --mirror may "leak" information
22# in mirrored git repos. Most OE users wouldn't build the docs and
23# we don't see this as a major issue for our general users/usecases.
24CVE_CHECK_IGNORE += "CVE-2022-24975"
25
21PACKAGECONFIG ??= "expat curl" 26PACKAGECONFIG ??= "expat curl"
22PACKAGECONFIG[cvsserver] = "" 27PACKAGECONFIG[cvsserver] = ""
23PACKAGECONFIG[svn] = "" 28PACKAGECONFIG[svn] = ""