diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-12-06 00:41:44 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-17 12:58:11 -0800 |
commit | 5aec1091bf8b1aaab6fee006acca6f4684908845 (patch) | |
tree | b828b641978a703387eaca73030bedc403243cc3 /meta | |
parent | b5b326fcc6190b4654705dd6abad127f8f9b716d (diff) | |
download | poky-5aec1091bf8b1aaab6fee006acca6f4684908845.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)
(From OE-Core rev: 10abc451f37be9d7d6b9482dbd5666a2bf8e9736)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-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 becaf2b8ac..929a4a9b0c 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
@@ -18,3 +18,4 @@ UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-metho | |||
18 | UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" | 18 | UPSTREAM_CHECK_REGEX = "rustc-(?P<pver>\d+(\.\d+)+)-src" |
19 | 19 | ||
20 | CVE_STATUS[CVE-2024-24576] = "not-applicable-platform: Issue only applies on Windows" | 20 | CVE_STATUS[CVE-2024-24576] = "not-applicable-platform: Issue only applies on Windows" |
21 | CVE_STATUS[CVE-2024-43402] = "not-applicable-platform: Issue only applies on Windows" | ||