mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 09:10:25 +01:00
Assigned RUSTSEC-2020-0140 to model
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.
|
||||
0c302b4242f237c6b97de611e4d9c7321099b0578f33b29fa8b963c8ac6553ac -
|
||||
03b2146bc527a64a357406ac5dec149a114e38ed1ff589fee2404636b97bc213 -
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0140"
|
||||
package = "model"
|
||||
date = "2020-11-10"
|
||||
url = "https://github.com/spacejam/model/issues/3"
|
||||
@@ -21,4 +21,4 @@ and care must be taken so that the testing code does not have a data race
|
||||
besides a race condition that is expected to be caught by the test.
|
||||
|
||||
Check [the Rustonomicon](https://doc.rust-lang.org/nomicon/races.html) for the difference between
|
||||
a data race and a general race condition.
|
||||
a data race and a general race condition.
|
||||
Reference in New Issue
Block a user