File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ id = "RUSTSEC-2020-0011"
3
3
package = " plutonium"
4
4
date = " 2020-04-23"
5
5
informational = " notice"
6
- title = " Crate intended to hide unsafe use ."
7
- url = " https://www.reddit.com/r/rust/comments/g5rsuh/show_me_the_most_illegal_rust_code_youve_ever/fo88z2d?utm_source=share&utm_medium=web2x "
6
+ title = " Library exclusively intended to obfuscate code ."
7
+ url = " https://docs.rs/plutonium/0.2.2/plutonium/ "
8
8
description = """
9
- This crate allows calling unsafe functions without using the keyword "unsafe". It further
10
- deliberately makes this undetectable with cargo-geiger.
9
+ This crate allows you to write safe functions with unsafe bodies without the `unsafe` keyword.
11
10
12
- In the API docs the author also states their intend to disable `#![forbid(unsafe)]`. No
13
- production code should ever have it in their dependency graph.
11
+ The value this adds is questionable, and hides `unsafe` usages from naive analysis.
14
12
"""
15
13
[versions ]
16
14
patched = []
You can’t perform that action at this time.
0 commit comments