From 280fcacbb54c5cd7a450e86346a65c5bc75a5fba Mon Sep 17 00:00:00 2001 From: Chee Yang Lee Date: Sat, 18 Mar 2023 19:58:57 +0800 Subject: [PATCH] git: ignore CVE-2023-22743 (From OE-Core rev: 70adf86b515934168a6185dcff4a8edb39a40017) Signed-off-by: Chee Yang Lee Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-devtools/git/git_2.37.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/git/git_2.37.6.bb b/meta/recipes-devtools/git/git_2.37.6.bb index e6165ca37b..302db215e2 100644 --- a/meta/recipes-devtools/git/git_2.37.6.bb +++ b/meta/recipes-devtools/git/git_2.37.6.bb @@ -33,6 +33,8 @@ CVE_PRODUCT = "git-scm:git" CVE_CHECK_IGNORE += "CVE-2022-24975" # This is specific to Git-for-Windows CVE_CHECK_IGNORE += "CVE-2022-41953" +# specific to Git for Windows +CVE_CHECK_IGNORE += "CVE-2023-22743" PACKAGECONFIG ??= "expat curl" PACKAGECONFIG[cvsserver] = ""