summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 16:41:30 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 16:44:45 +0200
commit31388e7307e1ffda24c9a9f6bda6217074d90e91 (patch)
tree2df7b8f258db4ee44073c4853eef2a7a088c5f6b
parentc1c12f686f182a2dfa8aa0e48bd5c8da9e86068a (diff)
downloadobnam2-31388e7307e1ffda24c9a9f6bda6217074d90e91.tar.gz
test: deny dependencies with security issues or that are yanked
Sponsored-by: author
-rw-r--r--deny.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deny.toml b/deny.toml
index 9db4685..08ad9ef 100644
--- a/deny.toml
+++ b/deny.toml
@@ -9,8 +9,8 @@ db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
-yanked = "allow"
-notice = "warn"
+yanked = "deny"
+notice = "deny"
ignore = [
"RUSTSEC-2020-0027",
"RUSTSEC-2020-0071",