mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-02 17:46:38 +01:00
Added unsound spin (#1671)
* Added advisory for spin * Remove withdrawn artifact --------- Co-authored-by: pinkforest(she/her) <36498018+pinkforest@users.noreply.github.com>
This commit is contained in:
16
crates/spin/RUSTSEC-0000-0000.md
Normal file
16
crates/spin/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,16 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "spin"
|
||||
date = "2023-03-31"
|
||||
informational = "unsound"
|
||||
url = "https://github.com/mvdnes/spin-rs/issues/148"
|
||||
|
||||
[versions]
|
||||
patched = [">= 0.9.8"]
|
||||
unaffected = ["< 0.9.3"]
|
||||
```
|
||||
|
||||
# Initialisation failure in `Once::try_call_once` can lead to undefined behaviour for other initialisers
|
||||
|
||||
`Once::try_call_once` is unsound if invoked more than once concurrently and any call fails to initialise successfully.
|
||||
Reference in New Issue
Block a user