mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 01:00:23 +01:00
Merge pull request #711 from RustSec/assign-ids
Assigned RUSTSEC-2020-0130 to bunch, RUSTSEC-2020-0131 to rcu_cell, RUSTSEC-2020-0132 to array-tools
This commit is contained in:
@@ -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.
|
||||
0ba9d1fe82ad23a011758a3cc79f9583a96ca4e3fe904f2b419a598a29dc40c6 -
|
||||
4d0bc1fb088db6d07aa4038802dd1cdd43d3f4e28a984517e311222c4f189af2 -
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0132"
|
||||
package = "array-tools"
|
||||
date = "2020-12-31"
|
||||
url = "https://github.com/L117/array-tools/issues/2"
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0130"
|
||||
package = "bunch"
|
||||
date = "2020-11-12"
|
||||
url = "https://github.com/krl/bunch/issues/1"
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0131"
|
||||
package = "rcu_cell"
|
||||
date = "2020-11-14"
|
||||
url = "https://github.com/Xudong-Huang/rcu_cell/issues/3"
|
||||
Reference in New Issue
Block a user