]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
rust: set CVE_STATUS for CVE-2024-24576
authorHarish Sadineni <Harish.Sadineni@windriver.com>
Wed, 10 Apr 2024 11:43:31 +0000 (04:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2024 17:35:06 +0000 (18:35 +0100)
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

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/rust-source.inc

index 6bef99039d2a9fe1a75891783447278b7b3e9372..b14221b6cb88945306fa7521c39539aa148259ba 100644 (file)
@@ -20,3 +20,5 @@ RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
 
 UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html"
 UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src"
+
+CVE_STATUS[CVE-2024-24576] = "not-applicable-platform: Issue only applies on Windows"