Add advisory for atom crate

This commit is contained in:
Ammar Askar
2020-09-21 11:29:50 -07:00
parent 49dba073a8
commit f324f2d97c

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