| Message ID | 20251107105521.89956-1-namanj1@kpit.com |
|---|---|
| State | New |
| Headers | show |
| Series | rust-cross-canadian: Ignore CVE-2024-43402 | expand |
On 11/7/25 11:55, Naman Jain via lists.openembedded.org wrote: > From: Saquib Iltaf <saquib.iltaf@kpit.com> > > 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 4478a7e..8e728ef 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}" Seeing this "S" declaration, I assume this is not for the master branch. Don't forget to indicate in the subject which branch you intend this patch for, so the branch maintainer will be able to find it too. > > +# 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" > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#226032): https://lists.openembedded.org/g/openembedded-core/message/226032 > Mute This Topic: https://lists.openembedded.org/mt/116168503/6084445 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [skandigraun@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/recipes-devtools/rust/rust-cross-canadian.inc b/recipes-devtools/rust/rust-cross-canadian.inc index 4478a7e..8e728ef 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"