diff options
| -rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index c377a680a7..fc22b9990c 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
| @@ -6,5 +6,5 @@ RUSTSRC = "${WORKDIR}/rustc-${PV}-src" | |||
| 6 | UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html" | 6 | UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html" |
| 7 | UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" | 7 | UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" |
| 8 | 8 | ||
| 9 | #CVE-2024-24576 is specific to Microsoft Windows | 9 | # These CVEs are specific to Microsoft Windows |
| 10 | CVE_CHECK_IGNORE += "CVE-2024-24576" | 10 | CVE_CHECK_IGNORE += "CVE-2024-24576 CVE-2024-43402" |
