diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-10-06 16:40:31 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-10-18 06:04:40 -0700 |
| commit | fc449a98b6d6313510e1b9dfe0924c4764fa8b2a (patch) | |
| tree | a1b7ce9da3b2a498300c951f6396962a48f4c79f /meta/recipes-devtools | |
| parent | cd44e6bd40b0c1f498b3feaeb5e9b72f8bf32d41 (diff) | |
| download | poky-fc449a98b6d6313510e1b9dfe0924c4764fa8b2a.tar.gz | |
rust: ignore 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
(From OE-Core rev: 6ed9968bf3e35aca316227ee23294c683f77055d)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index b14221b6cb..8a8e48b8ca 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
| @@ -22,3 +22,4 @@ UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-metho | |||
| 22 | UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" | 22 | UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" |
| 23 | 23 | ||
| 24 | CVE_STATUS[CVE-2024-24576] = "not-applicable-platform: Issue only applies on Windows" | 24 | CVE_STATUS[CVE-2024-24576] = "not-applicable-platform: Issue only applies on Windows" |
| 25 | CVE_STATUS[CVE-2024-43402] = "not-applicable-platform: Issue only applies on Windows" | ||
