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-19 11:24:17 +0200
commit4c8afd2616ed35d7bdebd2069ed0909136fc598f (patch)
treef28dc5abd52be0a12cbd7a9b75ad763a496fe962
parent5b060a6f0436033b679690cc71b4c2833715f835 (diff)
downloadobnam2-4c8afd2616ed35d7bdebd2069ed0909136fc598f.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",