summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2023-05-31 09:06:06 +0000
committerSteve Sakoman <steve@sakoman.com>2023-06-06 04:05:58 -1000
commit1236cc74fc6d5ad09bdbb945d667a7a92cdaa983 (patch)
tree4e59a5e96d7e8191ec721e5f66b3178f5a2d4c62
parentc99c7dea447e0695eb2286157ba37fd461b1a988 (diff)
downloadpoky-1236cc74fc6d5ad09bdbb945d667a7a92cdaa983.tar.gz
git: ignore CVE-2023-25815
This is specific to Git-for-Windows. (From OE-Core rev: 0bdeec9951e8e2c4f645475be98b7a0176438c9b) 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.39.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.39.2.bb b/meta/recipes-devtools/git/git_2.39.2.bb
index 222e545f60..9fac9d13f8 100644
--- a/meta/recipes-devtools/git/git_2.39.2.bb
+++ b/meta/recipes-devtools/git/git_2.39.2.bb
@@ -33,6 +33,8 @@ CVE_PRODUCT = "git-scm:git"
33CVE_CHECK_IGNORE += "CVE-2022-24975" 33CVE_CHECK_IGNORE += "CVE-2022-24975"
34# This is specific to Git-for-Windows 34# This is specific to Git-for-Windows
35CVE_CHECK_IGNORE += "CVE-2022-41953" 35CVE_CHECK_IGNORE += "CVE-2022-41953"
36# This is specific to Git-for-Windows
37CVE_CHECK_IGNORE += "CVE-2023-25815"
36 38
37PACKAGECONFIG ??= "expat curl" 39PACKAGECONFIG ??= "expat curl"
38PACKAGECONFIG[cvsserver] = "" 40PACKAGECONFIG[cvsserver] = ""