summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorHarish Sadineni <Harish.Sadineni@windriver.com>2024-04-10 04:43:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-10 18:35:09 +0100
commit0304adce226f69085c3482527db3f9a3f6dd82a2 (patch)
tree4f7a599581f9e6ac1714699566928cf9d135f498 /meta/recipes-devtools
parent1fb353995c7fbfaa9f1614ed52a4a6aa04ccae5a (diff)
downloadpoky-0304adce226f69085c3482527db3f9a3f6dd82a2.tar.gz
rust: set CVE_STATUS for CVE-2024-24576
CVE-2024-24576 only applies when invoking batch files (with the `bat` and `cmd` extensions) on Windows & No other platform or use is affected. More details about CVE is here: https://nvd.nist.gov/vuln/detail/CVE-2024-24576 (From OE-Core rev: 28eddfa53494c7560861feff84be3f3a5a46aecb) Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/rust/rust-source.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
index 6bef99039d..b14221b6cb 100644
--- a/meta/recipes-devtools/rust/rust-source.inc
+++ b/meta/recipes-devtools/rust/rust-source.inc
@@ -20,3 +20,5 @@ RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
20 20
21UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html" 21UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html"
22UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" 22UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src"
23
24CVE_STATUS[CVE-2024-24576] = "not-applicable-platform: Issue only applies on Windows"