diff options
author | Virendra Thakur <virendra.thakur@kpit.com> | 2025-04-01 13:57:45 +0530 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-04-07 06:34:44 -0700 |
commit | dc767c786b7bab4dd0aac3385b57c6372beda4fc (patch) | |
tree | 6ef7e22a56d0f515089c113eb33c1ecb75c72211 | |
parent | 24d8cf6f9f9013c7f8a182197b0538bc2d0c9e1d (diff) | |
download | poky-dc767c786b7bab4dd0aac3385b57c6372beda4fc.tar.gz |
rust-cross-canadian: Set CVE_STATUS ignore for CVE-2024-43402
This CVE was created because fix for CVE-2024-24576 was incomplete.
Ignore the new CVE in the same way as the old one.
See https://nvd.nist.gov/vuln/detail/CVE-2024-43402
As per NVD, this CVE only affects to Windows platform
Reference: https://git.yoctoproject.org/meta-lts-mixins/commit/?h=scarthgap/rust&id=13f045acf6388d1e320fd4c0f3ca19ca7a75ef44
(From OE-Core rev: ef2ba1f04f6f21530dc4efe5c4f61cbb0c76c032)
Signed-off-by: Virendra Thakur <virendra.thakur@kpit.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/rust/rust-cross-canadian.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian.inc b/meta/recipes-devtools/rust/rust-cross-canadian.inc index dbf997560b..ac5f6bd57c 100644 --- a/meta/recipes-devtools/rust/rust-cross-canadian.inc +++ b/meta/recipes-devtools/rust/rust-cross-canadian.inc | |||
@@ -15,6 +15,10 @@ SRC_URI += "file://target-rust-ccld.c" | |||
15 | LIC_FILES_CHKSUM = "file://target-rust-ccld.c;md5=af4e0e29f81a34cffe05aa07c89e93e9;endline=7" | 15 | LIC_FILES_CHKSUM = "file://target-rust-ccld.c;md5=af4e0e29f81a34cffe05aa07c89e93e9;endline=7" |
16 | S = "${WORKDIR}" | 16 | S = "${WORKDIR}" |
17 | 17 | ||
18 | # As per NVD, this CVE only affects to Windows platform | ||
19 | # Link: https://nvd.nist.gov/vuln/detail/CVE-2024-43402 | ||
20 | CVE_STATUS[CVE-2024-43402] = "not-applicable-platform: Issue only applies on Windows" | ||
21 | |||
18 | # Need to use our SDK's sh here, see #14878 | 22 | # Need to use our SDK's sh here, see #14878 |
19 | create_sdk_wrapper () { | 23 | create_sdk_wrapper () { |
20 | file="$1" | 24 | file="$1" |