Files
advisory-db/crates/plutonium/RUSTSEC-2020-0011.md
Tony Arcieri 3b1f08f212 Unyank RUSTSEC-2020-0011 (#448)
This advisory is featured in the `plutonium` rustdoc:

https://docs.rs/plutonium/

It'd be a shame to have the link 404.
2020-10-25 12:51:46 -07:00

18 lines
406 B
Markdown

```toml
[advisory]
id = "RUSTSEC-2020-0011"
package = "plutonium"
date = "2020-04-23"
informational = "notice"
url = "https://docs.rs/plutonium"
[versions]
patched = []
```
# Library exclusively intended to obfuscate code.
This crate allows you to write safe functions with unsafe bodies without the `unsafe` keyword.
The value this adds is questionable, and hides `unsafe` usages from naive analysis.