Merge pull request #719 from RustSec/assign-ids

Assigned RUSTSEC-2020-0140 to model
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-01-30 19:56:21 +01:00
committed by GitHub
2 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.
0c302b4242f237c6b97de611e4d9c7321099b0578f33b29fa8b963c8ac6553ac -
03b2146bc527a64a357406ac5dec149a114e38ed1ff589fee2404636b97bc213 -

View File

@@ -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.