Skip to content

Commit

Permalink
ignore rustsec vuln (#3594)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron authored Aug 20, 2024
1 parent cdd03ca commit 6eb5357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ ignore = [
"RUSTSEC-2024-0336",
# Unfixed "Marvin" vulnerability in `RSA`, unused in sqlite dependency
"RUSTSEC-2023-0071",
# sqlx is only used for CDN tests. No newer version available yet
"RUSTSEC-2024-0363",
]

0 comments on commit 6eb5357

Please sign in to comment.