mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 17:20:33 +01:00
Add advisory for atom crate
This commit is contained in:
15
crates/atom/RUSTSEC-0000-0000.toml
Normal file
15
crates/atom/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "atom"
|
||||
date = "2020-09-21"
|
||||
informational = "unsound"
|
||||
title = "Unsafe Send implementation in Atom allows data races"
|
||||
url = "https://github.com/slide-rs/atom/issues/13"
|
||||
description = """
|
||||
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.
|
||||
"""
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
Reference in New Issue
Block a user