summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2023-05-22 07:36:57 +0000
committerSteve Sakoman <steve@sakoman.com>2023-05-22 06:13:31 -1000
commit472a3e05270deace2862973dee2e65e60f9c0c19 (patch)
treedfa9111cac1e01860b1e42a4d4af6fd85770c38b
parentd2713785f9cd2d58731df877bc8b7bcc71b6c8e6 (diff)
downloadopenembedded-core-472a3e05270deace2862973dee2e65e60f9c0c19.tar.gz
git: ignore CVE-2023-25815
This is specific to Git-for-Windows. Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/git/git_2.35.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.35.7.bb b/meta/recipes-devtools/git/git_2.35.7.bb
index 99d3d70683..9e7b0a8cff 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] = ""