Merge pull request #752 from RustSec/assign-ids

Assigned RUSTSEC-2021-0019 to xcb
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-02-04 21:05:01 +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.
6b4c7cd1d0078bcd011ba53eedf3659b81941210b5f04e086db9ec279b5a1fd7 -
34803bece2625b500469127d7f27fd899952f1bfb422ba6ebe765bf434e4f9ed -

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2021-0019"
package = "xcb"
date = "2021-02-04"
categories = ["memory-corruption", "memory-exposure"]