summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-03-26 10:38:59 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-03-26 10:44:48 +0100
commit90ce4168f0667bf4177782273cbfeaf6cda322a0 (patch)
treee8676ca32e945d950b40e65943c74354c7e0ec9c
parent555a80eaa32155df80855de3f6b605fd0776a932 (diff)
downloadmullvadvpn-90ce4168f0667bf4177782273cbfeaf6cda322a0.tar.xz
mullvadvpn-90ce4168f0667bf4177782273cbfeaf6cda322a0.zip
Update [deny] section of the deny.toml files
-rw-r--r--deny.toml5
-rw-r--r--test/deny.toml4
2 files changed, 0 insertions, 9 deletions
diff --git a/deny.toml b/deny.toml
index 16fdb8fc6b..ef0da92bcc 100644
--- a/deny.toml
+++ b/deny.toml
@@ -72,7 +72,6 @@ multiple-versions = "warn"
wildcards = "warn"
highlight = "all"
-allow = []
deny = [
# We are using Rustls for TLS. We don't want to accidentally pull in
# anything OpenSSL related
@@ -81,12 +80,8 @@ deny = [
{ name = "openssl-probe" },
{ name = "clap", version = "2" },
{ name = "clap", version = "3" },
- # `atty` is an unmaintained crate with a CVE: RUSTSEC-2021-0145
- { name = "atty" },
{ name = "time", version = "0.1"},
]
-skip = []
-skip-tree = []
# This section is considered when running `cargo deny check sources`.
diff --git a/test/deny.toml b/test/deny.toml
index 9c6ebcbc46..e792575b77 100644
--- a/test/deny.toml
+++ b/test/deny.toml
@@ -65,12 +65,8 @@ allow = []
deny = [
{ name = "clap", version = "2" },
{ name = "clap", version = "3" },
- # `atty` is an unmaintained crate with a CVE: RUSTSEC-2021-0145
- { name = "atty" },
{ name = "time", version = "0.1"},
]
-skip = []
-skip-tree = []
# This section is considered when running `cargo deny check sources`.