Merge pull request #773 from RustSec/assign-ids

Assigned RUSTSEC-2021-0024 to safe-api, RUSTSEC-2021-0025 to jsonrpc-quic
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-02-15 17:48:02 +01: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.
482d187d0f1679f8b318f3f9cd1cf47e32d45ae3e95071a9f2bfb5562e4fa0fc -
cddc0c84bf0fc0bdb755ce03af2910085b99a1111f5a4e7b41a518deef161cb5 -

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2021-0025"
package = "jsonrpc-quic"
date = "2021-02-15"
informational = "unmaintained"

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2021-0024"
package = "safe-api"
date = "2021-02-15"
informational = "unmaintained"