summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-12 11:21:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-21 21:26:01 +0100
commit507183f4b082c682bfffc679b6473f14c429b100 (patch)
treef5f51b5f9591a9ca00fa9e9b55b07b266ae7a995 /meta/recipes-devtools/git/git.inc
parent62aefd3864e289c4ab71c80c4b27de93d184241a (diff)
downloadpoky-507183f4b082c682bfffc679b6473f14c429b100.tar.gz
git: Ignore CVE-2022-24975
Everyone I've talked to doesn't see this as a major issue. The CVE asks for a documentation improvement on the --mirror option to git clone as deleted content could be leaked into a mirror. For OE's general users/use cases, we wouldn't build or ship docs so this wouldn't affect us. (From OE-Core rev: f35500a442d6a4564d52e23f9602a3f90a4ceee5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5dfe2dd5482c9a446f8e722fe51903d205e6770d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-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] = ""