We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871424f commit 1a0caddCopy full SHA for 1a0cadd
.cargo/audit.toml
deny.toml
@@ -14,6 +14,11 @@ allow-osi-fsf-free = "neither"
14
default = "deny"
15
confidence-threshold = 0.9
16
17
+[advisories]
18
+# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
19
+# https://rustsec.org/advisories/RUSTSEC-2023-0071
20
+ignore = ["RUSTSEC-2023-0071"]
21
+
22
[[licenses.exceptions]]
23
allow = ["Unicode-DFS-2016"]
24
name = "unicode-ident"
0 commit comments