Merge pull request #657 from RustSec/assign-ids

Assigned RUSTSEC-2020-0116 to unicycle, RUSTSEC-2021-0012 to cdr
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-01-24 17:03:46 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
This file causes merge conflicts if two ID assignment jobs run concurrently.
This prevents duplicate ID assignment due to a race between those jobs.
90b733cad21174f1aa83b359820e4a496fe2fb9436e7b99aee5d50d80d545b09 -
057e79d87f9283afe26e59a928457bf9226b3c8fa44f1ed10936e2658dbf3750 -

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2021-0012"
package = "cdr"
date = "2021-01-02"
url = "https://github.com/hrektts/cdr-rs/issues/10"

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2020-0116"
package = "unicycle"
date = "2020-11-15"
url = "https://github.com/udoprog/unicycle/issues/8"