Fix CVE alias CVE-2020-35920 (#1003)

* drop wrong alias in net2 advisory

* add CVE-2020-35920 alias to the proper crate
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-08-23 13:51:39 +03:00
committed by GitHub
parent 101d914e04
commit 45f9665f13
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
[advisory]
id = "RUSTSEC-2020-0078"
package = "net2"
aliases = ["CVE-2020-35920"]
date = "2020-11-07"
url = "https://github.com/deprecrated/net2-rs/issues/105"
keywords = ["memory", "layout", "cast"]

View File

@@ -6,6 +6,7 @@ date = "2020-11-06"
url = "https://github.com/rust-lang/socket2-rs/issues/119"
keywords = ["memory", "layout", "cast"]
informational = "unsound"
aliases = ["CVE-2020-35920"]
[versions]
patched = [">= 0.3.16"]