You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a crate that allows calling unsafe code without the unsafe keyword. It specifically works to undermine cargo-geiger detection.
I have added it in my cargo-deny config, but it's probably good that cargo geiger prints a big warning on every crate that has this in their dependency graph.
Author also wants to disable forbid(unsafe). The danger seems lesser because forbid only works in the local crate, so I don't really see the point, but it could be a tool to insert malicious code in another library undetected.
The text was updated successfully, but these errors were encountered:
najamelan
changed the title
New kid on the block: plutonium
New kid on the block: undetected plutonium
Apr 23, 2020
This is a crate that allows calling unsafe code without the unsafe keyword. It specifically works to undermine cargo-geiger detection.
I have added it in my cargo-deny config, but it's probably good that cargo geiger prints a big warning on every crate that has this in their dependency graph.
Author also wants to disable
forbid(unsafe)
. The danger seems lesser becauseforbid
only works in the local crate, so I don't really see the point, but it could be a tool to insert malicious code in another library undetected.The text was updated successfully, but these errors were encountered: