diff mbox series

[meta-lts-mixins,kirkstone/rust-1.75,1/1] rust-cross-canadian: Ignore Windows CVEs

Message ID 000b0fb2161591a4e71bf7b37a3031e30ca85c4f.1770412335.git.scott.murray@konsulko.com
State New
Headers show
Series Ignore Windows CVEs | expand

Commit Message

Scott Murray Feb. 6, 2026, 9:25 p.m. UTC
From: Zahir Hussain <zahir.basha@kpit.com>

Ignore CVE-2024-24576 and CVE-2024-43402 as they are not applicable
for Linux; the CVEs are specific to Microsoft Windows.

The previous change to ignore these in rust-source.inc did not cover
rust-cross-canadian, so add them to rust-cross-canadian.inc to fix
this.

CVE: CVE-2024-24576
CVE: CVE-2024-43402

Signed-off-by: Zahir Hussain <zahir.basha@kpit.com>
(added CVE-2024-24576, updated commit message)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-devtools/rust/rust-cross-canadian.inc | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/recipes-devtools/rust/rust-cross-canadian.inc b/recipes-devtools/rust/rust-cross-canadian.inc
index 45cb402..6d758b7 100644
--- a/recipes-devtools/rust/rust-cross-canadian.inc
+++ b/recipes-devtools/rust/rust-cross-canadian.inc
@@ -90,3 +90,5 @@  do_install () {
 
 FILES:${PN} += "${base_prefix}/environment-setup.d"
 
+# These CVEs are specific to Microsoft Windows
+CVE_CHECK_IGNORE += "CVE-2024-24576 CVE-2024-43402"