mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 03:29:45 +01:00
crates: Add 'id' attribute to all advisories
This is needed to parse them with serde directly from these files (as opposed to using Advisories.toml)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2017-0004"
|
||||
package = "base64"
|
||||
patched_versions = [">= 0.5.2"]
|
||||
dwf = ["CVE-2017-1000430"]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2017-0005"
|
||||
package = "cookie"
|
||||
patched_versions = ["< 0.6.0", "^0.6.2", ">= 0.7.6"]
|
||||
dwf = []
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2017-0002"
|
||||
package = "hyper"
|
||||
patched_versions = [">= 0.10.2", "< 0.10.0, >= 0.9.18"]
|
||||
dwf = []
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2017-0003"
|
||||
package = "security-framework"
|
||||
patched_versions = [">= 0.1.12"]
|
||||
dwf = []
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2018-0003"
|
||||
package = "smallvec"
|
||||
unaffected_versions = ["< 0.3.2"]
|
||||
patched_versions = [">= 0.6.3", "^0.3.4", "^0.4.5", "^0.5.1"]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2017-0001"
|
||||
package = "sodiumoxide"
|
||||
patched_versions = [">= 0.0.14"]
|
||||
dwf = ["CVE-2017-1000168"]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2018-0001"
|
||||
package = "untrusted"
|
||||
unaffected_versions = []
|
||||
patched_versions = [">= 0.6.2"]
|
||||
|
||||
Reference in New Issue
Block a user