diff mbox series

[2/3] git: ignore CVE-2022-41953

Message ID 20230130120709.2079554-2-ross.burton@arm.com
State Accepted, archived
Commit c8849af809e0213d43e18e5d01067eeeb61b330d
Headers show
Series [1/3] git: upgrade to 2.39.1 | expand

Commit Message

Ross Burton Jan. 30, 2023, 12:07 p.m. UTC
This is specific to Git-for-Windows.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/git/git_2.39.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/git/git_2.39.1.bb b/meta/recipes-devtools/git/git_2.39.1.bb
index 8577d86eac8..d8137df5612 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"
 # 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] = ""