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