mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-26 16:07:48 +01:00
Assigned RUSTSEC-2020-0107 to hashconsing, RUSTSEC-2020-0108 to eventio, RUSTSEC-2020-0109 to stderr, RUSTSEC-2020-0110 to may_queue, RUSTSEC-2020-0111 to buttplug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0111"
|
||||
package = "buttplug"
|
||||
date = "2020-12-18"
|
||||
url = "https://github.com/buttplugio/buttplug-rs/issues/225"
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0108"
|
||||
package = "eventio"
|
||||
date = "2020-12-20"
|
||||
url = "https://github.com/petabi/eventio/issues/33"
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0107"
|
||||
package = "hashconsing"
|
||||
date = "2020-11-10"
|
||||
url = "https://github.com/AdrienChampion/hashconsing/issues/1"
|
||||
@@ -14,4 +14,4 @@ patched = [">= 1.1.0"]
|
||||
|
||||
Affected versions of `hashconsing` implements `Send`/`Sync` for its `HConsed` type without restricting it to `Send`able types and `Sync`able types.
|
||||
|
||||
This allows non-`Sync` types such as `Cell` to be shared across threads leading to undefined behavior and memory corruption in concurrent programs.
|
||||
This allows non-`Sync` types such as `Cell` to be shared across threads leading to undefined behavior and memory corruption in concurrent programs.
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0110"
|
||||
package = "may_queue"
|
||||
date = "2020-11-10"
|
||||
url = "https://github.com/Xudong-Huang/may/issues/88"
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0109"
|
||||
package = "stderr"
|
||||
date = "2020-12-22"
|
||||
url = "https://github.com/biluohc/stderr/issues/5"
|
||||
Reference in New Issue
Block a user