summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChee Yang Lee <chee.yang.lee@intel.com>2023-03-18 19:58:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-28 22:31:53 +0100
commit343ed537c3ae1e740b9e2a8fa3b3a210ade5dccf (patch)
treeb96ebc81aeb15afc6980eeff2d6c509aeab3119f /meta
parent9ad3d3344e7aaa7f3f6b84dd814cce57307489d3 (diff)
downloadpoky-343ed537c3ae1e740b9e2a8fa3b3a210ade5dccf.tar.gz
git: ignore CVE-2023-22743
(From OE-Core rev: 8a8a86076f9eed36b7f4c831ad8882d07de62e8e) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 70adf86b515934168a6185dcff4a8edb39a40017) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 7cc8e5722b..faf0b67051 100644
--- a/meta/recipes-devtools/git/git_2.35.7.bb
+++ b/meta/recipes-devtools/git/git_2.35.7.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# specific to Git for Windows
37CVE_CHECK_IGNORE += "CVE-2023-22743"
36 38
37PACKAGECONFIG ??= "expat curl" 39PACKAGECONFIG ??= "expat curl"
38PACKAGECONFIG[cvsserver] = "" 40PACKAGECONFIG[cvsserver] = ""