Merge pull request #390 from ammaraskar/atom_issue

Add advisory for atom crate
This commit is contained in:
Sergey "Shnatsel" Davidoff
2020-09-26 18:03:55 +02:00
committed by GitHub

View 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 = []