Merge pull request #813 from RustSec/assign-ids

Assigned RUSTSEC-2021-0038 to fltk
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-03-06 20:31:10 +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 file causes merge conflicts if two ID assignment jobs run concurrently.
This prevents duplicate ID assignment due to a race between those jobs. This prevents duplicate ID assignment due to a race between those jobs.
5674571ef31c468decd572577bfa0ce3eef9ac76454fcdaf2b895b274abbdcd6 - 66dedebafa80a65ed973c6f47fecf964165dcb793ecad7b61aa19f082868b267 -

View File

@@ -1,6 +1,6 @@
```toml ```toml
[advisory] [advisory]
id = "RUSTSEC-0000-0000" id = "RUSTSEC-2021-0038"
package = "fltk" package = "fltk"
date = "2021-03-06" date = "2021-03-06"
keywords = ["undefined_behavior"] keywords = ["undefined_behavior"]