Skip to content

Commit 03f59c6

Browse files
authored
Merge pull request #279 from CAD97/patch-1
RUSTSEC-2020-0011: make wording more objective
2 parents 0416e6a + c63704f commit 03f59c6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

crates/plutonium/RUSTSEC-2020-0011.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ id = "RUSTSEC-2020-0011"
33
package = "plutonium"
44
date = "2020-04-23"
55
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/"
88
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.
1110
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.
1412
"""
1513
[versions]
1614
patched = []

0 commit comments

Comments
 (0)