summaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index 2334d6ec..be461f67 100644
--- a/deny.toml
+++ b/deny.toml
@@ -1,9 +1,14 @@
[licenses]
unlicensed = "deny"
-allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "CC0-1.0", "ISC", "MPL-2.0"]
+allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "CC0-1.0", "ISC", "MPL-2.0"]
copyleft = "warn"
default = "deny"
+[advisories]
+# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
+# https://rustsec.org/advisories/RUSTSEC-2023-0071
+ignore = ["RUSTSEC-2023-0071"]
+
[[licenses.exceptions]]
allow = ["Unicode-DFS-2016"]
name = "unicode-ident"