Merge pull request #865 from RustSec/assign-ids

Assigned RUSTSEC-2021-0051 to outer_cgi, RUSTSEC-2021-0052 to id-map
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-04-02 10:20:26 +02: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.
edf964eb367af4474a41f79406f539e8399c15cfd917cd4917cb64e0e599aac1 -
9294fc0310efbd6362cadf0aadb33f1c69849018cb47497a2bc21c3507caa00e -

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2021-0052"
package = "id-map"
date = "2021-02-26"
url = "https://github.com/andrewhickman/id-map/issues/3"

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2021-0051"
package = "outer_cgi"
date = "2021-01-31"
url = "https://github.com/SolraBizna/outer_cgi/issues/1"