mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-23 11:49:05 +01:00
This advisory is featured in the `plutonium` rustdoc: https://docs.rs/plutonium/ It'd be a shame to have the link 404.
18 lines
406 B
Markdown
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.
|