]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
subversion: ignore CVE-2024-45720
authorPeter Marko <peter.marko@siemens.com>
Wed, 12 Feb 2025 17:39:46 +0000 (18:39 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 19 Feb 2025 14:42:59 +0000 (06:42 -0800)
Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-45720

This CVE is relevant only for subversion running on Windows.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Reviewed-by: Sofiane Hamam <sofiane.hamam@smile.fr>
meta/recipes-devtools/subversion/subversion_1.14.2.bb

index 35da95f39d7fa6ac809a5eeef3a3cc2e08f88514..a979e63c60e21ec007d6037b02d24ba37c385776 100644 (file)
@@ -19,6 +19,9 @@ inherit autotools pkgconfig gettext python3native
 
 CVE_PRODUCT = "apache:subversion"
 
+# not-applicable-platform: Issue only applies on Windows
+CVE_CHECK_IGNORE += "CVE-2024-45720"
+
 PACKAGECONFIG ?= ""
 
 PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost"