From 342bf915dc8ec79975649710524649735d34eabb Mon Sep 17 00:00:00 2001 From: Chee Yang Lee Date: Sat, 18 Mar 2023 19:58:57 +0800 Subject: git: ignore CVE-2023-22743 (From OE-Core rev: 3f106ad3ebafbf850e42bcb46661cc0b6e40e4cc) Signed-off-by: Chee Yang Lee Signed-off-by: Steve Sakoman (cherry picked from commit 70adf86b515934168a6185dcff4a8edb39a40017) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-devtools/git/git.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 3c4c0fd37b..235cb8e4c0 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc @@ -37,6 +37,8 @@ CVE_PRODUCT = "git-scm:git" CVE_CHECK_WHITELIST += "CVE-2022-24975" # This is specific to Git-for-Windows CVE_CHECK_WHITELIST += "CVE-2022-41953" +# specific to Git for Windows +CVE_CHECK_WHITELIST += "CVE-2023-22743" PACKAGECONFIG ??= "" PACKAGECONFIG[cvsserver] = "" -- cgit v1.2.3-54-g00ecf