summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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-04-01 20:23:23 +0100
commit342bf915dc8ec79975649710524649735d34eabb (patch)
treef522ad0414697b97fe5f32b8f20d2bd54056ef0c /meta/recipes-devtools
parent72707c04e10248640328dd39afe55ba08195965d (diff)
downloadpoky-342bf915dc8ec79975649710524649735d34eabb.tar.gz
git: ignore CVE-2023-22743
(From OE-Core rev: 3f106ad3ebafbf850e42bcb46661cc0b6e40e4cc) 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/recipes-devtools')
-rw-r--r--meta/recipes-devtools/git/git.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 3c4c0fd37b..235cb8e4c0 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -37,6 +37,8 @@ CVE_PRODUCT = "git-scm:git"
37CVE_CHECK_WHITELIST += "CVE-2022-24975" 37CVE_CHECK_WHITELIST += "CVE-2022-24975"
38# This is specific to Git-for-Windows 38# This is specific to Git-for-Windows
39CVE_CHECK_WHITELIST += "CVE-2022-41953" 39CVE_CHECK_WHITELIST += "CVE-2022-41953"
40# specific to Git for Windows
41CVE_CHECK_WHITELIST += "CVE-2023-22743"
40 42
41PACKAGECONFIG ??= "" 43PACKAGECONFIG ??= ""
42PACKAGECONFIG[cvsserver] = "" 44PACKAGECONFIG[cvsserver] = ""