]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
git: ignore CVE-2022-41953
authorRoss Burton <ross.burton@arm.com>
Mon, 30 Jan 2023 12:07:08 +0000 (12:07 +0000)
committerSteve Sakoman <steve@sakoman.com>
Fri, 10 Feb 2023 14:14:57 +0000 (04:14 -1000)
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>
meta/recipes-devtools/git/git_2.37.4.bb

index 2205a50d16056dfd0b90ab33bc516969d4b94939..8342b383137bc33074ec3fd098b2c9953a29c0fd 100644 (file)
@@ -31,6 +31,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_IGNORE += "CVE-2022-24975"
+# This is specific to Git-for-Windows
+CVE_CHECK_IGNORE += "CVE-2022-41953"
 
 PACKAGECONFIG ??= "expat curl"
 PACKAGECONFIG[cvsserver] = ""