]> 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>
Mon, 20 Mar 2023 14:11:54 +0000 (04:11 -1000)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/git/git_2.37.6.bb

index e6165ca37be0afb8812236eb41fd92ed002bf48e..302db215e2c4154c733231baea4f4930ebf1b20d 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] = ""