mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-08 20:47:14 +01:00
18 lines
486 B
Markdown
18 lines
486 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2020-0044"
|
|
package = "atom"
|
|
date = "2020-09-21"
|
|
informational = "unsound"
|
|
url = "https://github.com/slide-rs/atom/issues/13"
|
|
|
|
[versions]
|
|
patched = [">= 0.3.6"]
|
|
```
|
|
|
|
# Unsafe Send implementation in Atom allows data races
|
|
|
|
The `atom` crate contains a security issue revolving around its implementation
|
|
of the Send trait. It incorrectly allows any arbitrary type to be sent across
|
|
threads potentially leading to use-after-free issues through memory races.
|