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:
Tony Arcieri
2018-07-21 15:22:36 -07:00
parent 953f4ca263
commit 79fd13ac6f
7 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
[advisory]
id = "RUSTSEC-2017-0004"
package = "base64"
patched_versions = [">= 0.5.2"]
dwf = ["CVE-2017-1000430"]

View File

@@ -1,4 +1,5 @@
[advisory]
id = "RUSTSEC-2017-0005"
package = "cookie"
patched_versions = ["< 0.6.0", "^0.6.2", ">= 0.7.6"]
dwf = []

View File

@@ -1,4 +1,5 @@
[advisory]
id = "RUSTSEC-2017-0002"
package = "hyper"
patched_versions = [">= 0.10.2", "< 0.10.0, >= 0.9.18"]
dwf = []

View File

@@ -1,4 +1,5 @@
[advisory]
id = "RUSTSEC-2017-0003"
package = "security-framework"
patched_versions = [">= 0.1.12"]
dwf = []

View File

@@ -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"]

View File

@@ -1,4 +1,5 @@
[advisory]
id = "RUSTSEC-2017-0001"
package = "sodiumoxide"
patched_versions = [">= 0.0.14"]
dwf = ["CVE-2017-1000168"]

View File

@@ -1,4 +1,5 @@
[advisory]
id = "RUSTSEC-2018-0001"
package = "untrusted"
unaffected_versions = []
patched_versions = [">= 0.6.2"]