diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-02-12 18:38:47 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-02-21 06:25:05 -0800 |
commit | a09597e192a4d722a68898f2c9d2f0934b1a9fae (patch) | |
tree | a4411e66bf72483cd7e20d8eeb5c6e6db3f5335e /meta/recipes-devtools/subversion | |
parent | 9877f433a6de8ce8dedfe2dcdbbd1ae31a078018 (diff) | |
download | poky-a09597e192a4d722a68898f2c9d2f0934b1a9fae.tar.gz |
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.
(From OE-Core rev: 6a22c704c5236c7b893135dca53cc5d2b6f78e03)
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/subversion')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.14.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.14.3.bb b/meta/recipes-devtools/subversion/subversion_1.14.3.bb index 1ef3d498a5..679228cbb8 100644 --- a/meta/recipes-devtools/subversion/subversion_1.14.3.bb +++ b/meta/recipes-devtools/subversion/subversion_1.14.3.bb | |||
@@ -19,6 +19,8 @@ inherit autotools pkgconfig gettext python3native | |||
19 | 19 | ||
20 | CVE_PRODUCT = "apache:subversion" | 20 | CVE_PRODUCT = "apache:subversion" |
21 | 21 | ||
22 | CVE_STATUS[CVE-2024-45720] = "not-applicable-platform: Issue only applies on Windows" | ||
23 | |||
22 | PACKAGECONFIG ?= "" | 24 | PACKAGECONFIG ?= "" |
23 | 25 | ||
24 | PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost" | 26 | PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost" |