summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaquib Iltaf <saquibiltaf@gmail.com>2025-11-12 12:47:42 +0530
committerSteve Sakoman <steve@sakoman.com>2025-11-19 08:21:24 -0800
commit6ab506f4749e3f5971f4272e91cd7e4fc2d3afed (patch)
tree6e9289231d7820fd168da1a2de0aeb82e29e4277 /meta
parent809b3e9113a176aedb014ba97d017f63e71dd5d9 (diff)
downloadpoky-6ab506f4749e3f5971f4272e91cd7e4fc2d3afed.tar.gz
rust-cross-canadian: Ignore CVE-2024-43402
Ignore CVE-2024-43402 as its not applicable. CVEs are specific to Microsoft Windows. (From OE-Core rev: 3044ae9e6e84faada8c1425238e9e9c3060b1a3a) Signed-off-by: Saquib Iltaf <saquib.iltaf@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/rust/rust-cross-canadian.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian.inc b/meta/recipes-devtools/rust/rust-cross-canadian.inc
index 8bbbd61bdc..044df5123a 100644
--- a/meta/recipes-devtools/rust/rust-cross-canadian.inc
+++ b/meta/recipes-devtools/rust/rust-cross-canadian.inc
@@ -76,3 +76,5 @@ SUMMARY:${RUSTLIB_HOST_PN} = "Rust cross canadian libaries for ${HOST_SYS}"
76SUMMARY:${RUSTLIB_SRC_PN} = "Rust standard library sources for cross canadian toolchain" 76SUMMARY:${RUSTLIB_SRC_PN} = "Rust standard library sources for cross canadian toolchain"
77SUMMARY:${PN} = "Rust crost canadian compiler" 77SUMMARY:${PN} = "Rust crost canadian compiler"
78 78
79# These CVEs are specific to Microsoft Windows
80CVE_CHECK_IGNORE += "CVE-2024-43402"