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
committerSteve Sakoman <steve@sakoman.com>2023-02-20 05:51:44 -1000
commitdfb042a6159d128aa4ee8d899c447cf33a2be7ae (patch)
treedcad1038a48472ed156e554c9f1579f05949a3ae /meta/recipes-devtools/git
parent444494290c349d481a164b865ef97db7f84ffd44 (diff)
downloadopenembedded-core-dfb042a6159d128aa4ee8d899c447cf33a2be7ae.tar.gz
git: ignore CVE-2022-41953
This is specific to Git-for-Windows. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c8849af809e0213d43e18e5d01067eeeb61b330d) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r--meta/recipes-devtools/git/git.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index d707f25456..ed6308ea2d 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -23,6 +23,8 @@ CVE_PRODUCT = "git-scm:git"
# in mirrored git repos. Most OE users wouldn't build the docs and
# we don't see this as a major issue for our general users/usecases.
CVE_CHECK_WHITELIST += "CVE-2022-24975"
+# This is specific to Git-for-Windows
+CVE_CHECK_WHITELIST += "CVE-2022-41953"
PACKAGECONFIG ??= ""
PACKAGECONFIG[cvsserver] = ""