summaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2024-04-16 08:25:20 +0200
committerextrawurst <mail@rusticorn.com>2024-04-16 08:25:20 +0200
commit115fd168f5a6fb8b726b8ccee51b05fd722027c8 (patch)
treeaf6716ab93062d876e901e365c5fa73c19f7d4a7 /deny.toml
parent47db649e39d98560ffc6f977f0e33e8ff9088d18 (diff)
parent920c28cfd78b75d84aed7e3fcc543ac821e7afcb (diff)
Merge branch 'master'ratatui-25-update
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"