summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-03-08 11:56:20 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-03-08 15:11:26 +0100
commit4b426fa6d6503017d49ef680bd5e9952f78630e1 (patch)
tree882cef3d81e85e6b3dbfddcae0e2bffc1b2d34ab
parentc1254500320ae49e0d167e7e9e061f121b2b79a5 (diff)
downloadmullvadvpn-4b426fa6d6503017d49ef680bd5e9952f78630e1.tar.xz
mullvadvpn-4b426fa6d6503017d49ef680bd5e9952f78630e1.zip
Remove nix rust crate git repository from allowed external sources
-rw-r--r--deny.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/deny.toml b/deny.toml
index 92267c9e52..670878ac4d 100644
--- a/deny.toml
+++ b/deny.toml
@@ -103,8 +103,10 @@ skip-tree = []
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
-# TODO: The PF socket type isn't released yet
-allow-git = ["https://github.com/nix-rust/nix"]
+# If we need to temporarily depend on a git repository in our Rust dependency tree,
+# it has to be added here. We should try to keep this list minimal. Having git
+# dependencies is not recommended.
+allow-git = []
[sources.allow-org]
# 1 or more github.com organizations to allow git sources for