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>
This commit is contained in:
Saquib Iltaf 2025-11-12 12:47:42 +05:30 committed by Steve Sakoman
parent 809b3e9113
commit 6ab506f474

View File

@ -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"