From 8b4d0c8cb85ffbacf978c66e71d7ff5fabb03e48 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 30 Jan 2023 12:07:08 +0000 Subject: git: ignore CVE-2022-41953 This is specific to Git-for-Windows. (From OE-Core rev: c8849af809e0213d43e18e5d01067eeeb61b330d) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/git/git_2.39.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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" # 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] = "" -- cgit v1.2.3-54-g00ecf