]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
git: ignore CVE-2023-22743
authorChee Yang Lee <chee.yang.lee@intel.com>
Sat, 18 Mar 2023 11:58:57 +0000 (19:58 +0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 23 Mar 2023 16:42:22 +0000 (06:42 -1000)
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>
meta/recipes-devtools/git/git_2.35.7.bb

index 7cc8e5722b7fcfcee516e1a832339e8cb3230eac..faf0b670518fc90faee5ae5fbcc3e64ae0760768 100644 (file)
@@ -33,6 +33,8 @@ CVE_PRODUCT = "git-scm:git"
 CVE_CHECK_IGNORE += "CVE-2022-24975"
 # This is specific to Git-for-Windows
 CVE_CHECK_IGNORE += "CVE-2022-41953"
+# specific to Git for Windows
+CVE_CHECK_IGNORE += "CVE-2023-22743"
 
 PACKAGECONFIG ??= "expat curl"
 PACKAGECONFIG[cvsserver] = ""