Skip to content

Commit 501e6b6

Browse files
Document the unreachable RSA advisory exception
1 parent 65d3c1b commit 501e6b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ all-features = true
44
[advisories]
55
version = 2
66
yanked = "deny"
7-
ignore = []
7+
ignore = [
8+
{ id = "RUSTSEC-2023-0071", reason = "rsa is present only through the disabled sqlx-mysql optional dependency path; cargo tree --target all confirms no reachable ISCY dependency path" },
9+
]
810

911
[licenses]
1012
version = 2

0 commit comments

Comments
 (0)