Merge pull request #689 from RustSec/assign-ids

Assigned RUSTSEC-2020-0121 to abox
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-01-25 18:22:34 +01:00
committed by GitHub
2 changed files with 2 additions and 2 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.
a9349d53027ca853e8beb9298b68c99630865ed8b5c66df38534e038d6a82ecc -
ce7a134dc29aef7eccfa93c88bbee7fed67fb989caa2ff19fe50c5a1f918641d -

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2020-0121"
package = "abox"
date = "2020-11-10"
url = "https://github.com/SonicFrog/abox/issues/1"