mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 17:20:33 +01:00
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:
committed by
GitHub
parent
101d914e04
commit
45f9665f13
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user