diff options
| author | Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> | 2024-10-14 18:10:57 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-15 11:47:24 +0100 |
| commit | 436d1df93b946634cb62a9923644c6d6a50fd1d9 (patch) | |
| tree | e10a394d583558fb970934eb3684f2de452b889f /meta/recipes-devtools/rust | |
| parent | 9c1efb65c9b856dc96b84d880b9fddbe319031d4 (diff) | |
| download | poky-436d1df93b946634cb62a9923644c6d6a50fd1d9.tar.gz | |
rust: set CVE_STATUS for CVE-2024-43402
As per NVD, this CVE only affects to Windows platform
Link: https://nvd.nist.gov/vuln/detail/CVE-2024-43402
(From OE-Core rev: dcb3016f9c0e8e72642cccf335da65345a2f0c92)
Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust')
| -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" | ||
