From: Chee Yang Lee Date: Sat, 18 Mar 2023 11:58:57 +0000 (+0800) Subject: git: ignore CVE-2023-22743 X-Git-Tag: yocto-4.1.4~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70adf86b515934168a6185dcff4a8edb39a40017;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git git: ignore CVE-2023-22743 Signed-off-by: Chee Yang Lee Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/git/git_2.37.6.bb b/meta/recipes-devtools/git/git_2.37.6.bb index e6165ca37be..302db215e2c 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] = ""