| Message ID | 20251112071742.3263627-1-saquib.iltaf@kpit.com |
|---|---|
| State | Under Review |
| Delegated to: | Steve Sakoman |
| Headers | show |
| Series | [meta,kirkstone] rust-cross-canadian: Ignore CVE-2024-43402 | expand |
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}" SUMMARY:${RUSTLIB_SRC_PN} = "Rust standard library sources for cross canadian toolchain" SUMMARY:${PN} = "Rust crost canadian compiler" +# These CVEs are specific to Microsoft Windows +CVE_CHECK_IGNORE += "CVE-2024-43402"
Ignore CVE-2024-43402 as its not applicable. CVEs are specific to Microsoft Windows. Signed-off-by: Saquib Iltaf <saquib.iltaf@kpit.com> --- meta/recipes-devtools/rust/rust-cross-canadian.inc | 2 ++ 1 file changed, 2 insertions(+)