From 52cbf6b96952896b16dad34d9eb215fcab88ded2 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Wed, 12 Feb 2025 18:39:46 +0100 Subject: [PATCH] subversion: ignore CVE-2024-45720 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 Signed-off-by: Steve Sakoman Reviewed-by: Sofiane Hamam --- meta/recipes-devtools/subversion/subversion_1.14.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/subversion/subversion_1.14.2.bb b/meta/recipes-devtools/subversion/subversion_1.14.2.bb index 35da95f39d7..a979e63c60e 100644 --- a/meta/recipes-devtools/subversion/subversion_1.14.2.bb +++ b/meta/recipes-devtools/subversion/subversion_1.14.2.bb @@ -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" -- 2.47.3