From: Ranjitsinh Rathod Date: Mon, 14 Oct 2024 12:40:57 +0000 (+0530) Subject: rust: set CVE_STATUS for CVE-2024-43402 X-Git-Tag: yocto-5.2~1581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcb3016f9c0e8e72642cccf335da65345a2f0c92;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rust: set CVE_STATUS for CVE-2024-43402 As per NVD, this CVE only affects to Windows platform Link: https://nvd.nist.gov/vuln/detail/CVE-2024-43402 Signed-off-by: Ranjitsinh Rathod Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index becaf2b8acd..929a4a9b0cb 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc @@ -18,3 +18,4 @@ UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-metho UPSTREAM_CHECK_REGEX = "rustc-(?P\d+(\.\d+)+)-src" CVE_STATUS[CVE-2024-24576] = "not-applicable-platform: Issue only applies on Windows" +CVE_STATUS[CVE-2024-43402] = "not-applicable-platform: Issue only applies on Windows"