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-0005"
package = "cookie"
patched_versions = ["< 0.6.0", "^0.6.2", ">= 0.7.6"]
dwf = []