summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-10-06 16:44:26 +0200
committerSteve Sakoman <steve@sakoman.com>2024-10-12 05:17:57 -0700
commitef4d24afa17cfaabbb7aaa9265675a15abf99b20 (patch)
tree9b6cc92b5e0fddd1635ff8400fb32005b61f272a
parent448b6683180996dbea5ec0948d680614e45202c2 (diff)
downloadpoky-ef4d24afa17cfaabbb7aaa9265675a15abf99b20.tar.gz
rust: ignore CVE-2024-43402
This CVE iwas created because fix for CVE-2024-24576 was incomplete. Ignore the new CVE in the same way as the old one. See https://nvd.nist.gov/vuln/detail/CVE-2024-43402 (From OE-Core rev: 62bb1b8f89c97fa32a7b15021e9e3fbbb878ae68) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/rust/rust-source.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
index c377a680a7..fc22b9990c 100644
--- a/meta/recipes-devtools/rust/rust-source.inc
+++ b/meta/recipes-devtools/rust/rust-source.inc
@@ -6,5 +6,5 @@ RUSTSRC = "${WORKDIR}/rustc-${PV}-src"
6UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html" 6UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html"
7UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" 7UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src"
8 8
9#CVE-2024-24576 is specific to Microsoft Windows 9# These CVEs are specific to Microsoft Windows
10CVE_CHECK_IGNORE += "CVE-2024-24576" 10CVE_CHECK_IGNORE += "CVE-2024-24576 CVE-2024-43402"