| Message ID | 20251111062222.2870876-1-saquib.iltaf@kpit.com |
|---|---|
| State | Rejected |
| Delegated to: | Steve Sakoman |
| Headers | show |
| Series | [meta,kirkstone] rust-cross-canadian: Ignore CVE-2024-43402 | expand |
This patch does not apply to the kirkstone branch. Steve On Tue, Nov 11, 2025 at 11:36 AM Saquib Iltaf via lists.openembedded.org <saquibiltaf=gmail.com@lists.openembedded.org> wrote: > > Ignore CVE-2024-43402 as its not applicable. > > CVEs are specific to Microsoft Windows. > > Signed-off-by: Saquib Iltaf <saquib.iltaf@kpit.com> > --- > recipes-devtools/rust/rust-cross-canadian.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/recipes-devtools/rust/rust-cross-canadian.inc b/recipes-devtools/rust/rust-cross-canadian.inc > index 50d9e6c..0a87c64 100644 > --- a/recipes-devtools/rust/rust-cross-canadian.inc > +++ b/recipes-devtools/rust/rust-cross-canadian.inc > @@ -15,6 +15,9 @@ SRC_URI += "file://target-rust-ccld.c" > LIC_FILES_CHKSUM = "file://target-rust-ccld.c;md5=af4e0e29f81a34cffe05aa07c89e93e9;endline=7" > S = "${WORKDIR}" > > +# These CVEs are specific to Microsoft Windows > +CVE_CHECK_IGNORE += "CVE-2024-43402" > + > # Need to use our SDK's sh here, see #14878 > create_sdk_wrapper () { > file="$1" > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#226189): https://lists.openembedded.org/g/openembedded-core/message/226189 > Mute This Topic: https://lists.openembedded.org/mt/116244000/3620601 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/recipes-devtools/rust/rust-cross-canadian.inc b/recipes-devtools/rust/rust-cross-canadian.inc index 50d9e6c..0a87c64 100644 --- a/recipes-devtools/rust/rust-cross-canadian.inc +++ b/recipes-devtools/rust/rust-cross-canadian.inc @@ -15,6 +15,9 @@ SRC_URI += "file://target-rust-ccld.c" LIC_FILES_CHKSUM = "file://target-rust-ccld.c;md5=af4e0e29f81a34cffe05aa07c89e93e9;endline=7" S = "${WORKDIR}" +# These CVEs are specific to Microsoft Windows +CVE_CHECK_IGNORE += "CVE-2024-43402" + # Need to use our SDK's sh here, see #14878 create_sdk_wrapper () { file="$1"
Ignore CVE-2024-43402 as its not applicable. CVEs are specific to Microsoft Windows. Signed-off-by: Saquib Iltaf <saquib.iltaf@kpit.com> --- recipes-devtools/rust/rust-cross-canadian.inc | 3 +++ 1 file changed, 3 insertions(+)