diff mbox series

[meta-lts-mixins,kirkstone/rust,2/2] rust: Use CVE_CHECK_IGNORE instead CVE_STATUS for kirkstone

Message ID 20241014124330.155888-2-ranjitsinh.rathod@kpit.com
State New
Headers show
Series [meta-lts-mixins,kirkstone/rust,1/2] rust: set CVE_STATUS for CVE-2024-43402 | expand

Commit Message

Ranjitsinh Rathod Oct. 14, 2024, 12:43 p.m. UTC
As kirkstone uses CVE_CHECK_IGNORE variable, we need to use it instead
of CVE_STATUS to successful ignore

Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com>
---
 recipes-devtools/rust/rust-source.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.25.1

This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.
diff mbox series

Patch

diff --git a/recipes-devtools/rust/rust-source.inc b/recipes-devtools/rust/rust-source.inc
index cb405b7..7a2bbf1 100644
--- a/recipes-devtools/rust/rust-source.inc
+++ b/recipes-devtools/rust/rust-source.inc
@@ -18,5 +18,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"
-CVE_STATUS[CVE-2024-43402] = "not-applicable-platform: Issue only applies on Windows"
+# These CVEs are specific to Microsoft Windows
+CVE_CHECK_IGNORE += "CVE-2024-24576 CVE-2024-43402"