Skip to content

Commit 1a0cadd

Browse files
committed
fix cargo deny config
1 parent 871424f commit 1a0cadd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.cargo/audit.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

deny.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ allow-osi-fsf-free = "neither"
1414
default = "deny"
1515
confidence-threshold = 0.9
1616

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+
1722
[[licenses.exceptions]]
1823
allow = ["Unicode-DFS-2016"]
1924
name = "unicode-ident"

0 commit comments

Comments
 (0)