summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-03-26 10:28:21 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-03-26 10:44:46 +0100
commit555a80eaa32155df80855de3f6b605fd0776a932 (patch)
treefd95bc9730e6e8110f1b72a01e0dda9e54ac04af /test
parentd8ec7ceb1fc00ffd97c431a0b51a8c89391ec49a (diff)
downloadmullvadvpn-555a80eaa32155df80855de3f6b605fd0776a932.tar.xz
mullvadvpn-555a80eaa32155df80855de3f6b605fd0776a932.zip
Update [advisories] section of our deny.toml files to version 2
Diffstat (limited to 'test')
-rw-r--r--test/deny.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/deny.toml b/test/deny.toml
index 9eccdc9272..9c6ebcbc46 100644
--- a/test/deny.toml
+++ b/test/deny.toml
@@ -14,16 +14,12 @@ targets = [
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
[advisories]
version = 2 # https://github.com/EmbarkStudios/cargo-deny/pull/611
-db-path = "~/.cargo/advisory-db"
-db-urls = ["https://github.com/rustsec/advisory-db"]
-
+yanked = "deny"
ignore = [
# Ignored audit issues. This list should be kept short, and effort should be
# put into removing items from the list.
]
-#severity-threshold =
-
# This section is considered when running `cargo deny check licenses`
# More documentation for the licenses section can be found here: