summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-01-30 12:07:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-01 14:05:15 +0000
commit8b4d0c8cb85ffbacf978c66e71d7ff5fabb03e48 (patch)
tree9ccea7e6633e2f41570cb8650c957fcc8d121abe /meta/recipes-devtools/git
parent1a9437920a60937547e3d7b92e081111179cbe98 (diff)
downloadpoky-8b4d0c8cb85ffbacf978c66e71d7ff5fabb03e48.tar.gz
git: ignore CVE-2022-41953
This is specific to Git-for-Windows. (From OE-Core rev: c8849af809e0213d43e18e5d01067eeeb61b330d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r--meta/recipes-devtools/git/git_2.39.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.39.1.bb b/meta/recipes-devtools/git/git_2.39.1.bb
index 8577d86eac..d8137df561 100644
--- a/meta/recipes-devtools/git/git_2.39.1.bb
+++ b/meta/recipes-devtools/git/git_2.39.1.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] = ""