Skip to content

Commit

Permalink
chore(cargo-audit): disable RSA advisory (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx authored Dec 9, 2024
1 parent 03f2b08 commit 994059f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[advisories]
ignore = [
"RUSTSEC-2023-0071", # no fix available as of 2024-12-07: https://github.com/RustCrypto/RSA/issues/19
]

0 comments on commit 994059f

Please sign in to comment.