Skip to content

Commit 994059f

Browse files
authored
chore(cargo-audit): disable RSA advisory (#86)
1 parent 03f2b08 commit 994059f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/audit.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[advisories]
2+
ignore = [
3+
"RUSTSEC-2023-0071", # no fix available as of 2024-12-07: https://github.com/RustCrypto/RSA/issues/19
4+
]

0 commit comments

Comments
 (0)