Skip to content

Commit

Permalink
Add evil crates to deny by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Apr 23, 2020
1 parent 4b273cc commit d6419c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ deny = [
# Each entry the name of a crate and a version range. If version is
# not specified, all versions will be matched.
#{ name = "ansi_term", version = "=0.11.0" },

{ name = "plutonium" }, # Crate intended to hide unsafe usage.
{ name = "fake-static" }, # Crate intended to demonstrate soundness bug in safe code.
]
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
Expand Down

0 comments on commit d6419c3

Please sign in to comment.