From: Archana Polampalli Date: Mon, 22 May 2023 07:36:57 +0000 (+0000) Subject: git: ignore CVE-2023-25815 X-Git-Tag: yocto-4.0.11~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472a3e05270deace2862973dee2e65e60f9c0c19;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git git: ignore CVE-2023-25815 This is specific to Git-for-Windows. Signed-off-by: Archana Polampalli Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/git/git_2.35.7.bb b/meta/recipes-devtools/git/git_2.35.7.bb index 99d3d706830..9e7b0a8cff9 100644 --- a/meta/recipes-devtools/git/git_2.35.7.bb +++ b/meta/recipes-devtools/git/git_2.35.7.bb @@ -37,6 +37,8 @@ CVE_CHECK_IGNORE += "CVE-2022-24975" CVE_CHECK_IGNORE += "CVE-2022-41953" # specific to Git for Windows CVE_CHECK_IGNORE += "CVE-2023-22743" +# This is specific to Git-for-Windows +CVE_CHECK_IGNORE += "CVE-2023-25815" PACKAGECONFIG ??= "expat curl" PACKAGECONFIG[cvsserver] = ""