Skip to content

Commit

Permalink
feature/sql: Adds temporary allow rules for cargo audit, until there …
Browse files Browse the repository at this point in the history
…is a fix for the RSA issues
  • Loading branch information
dezoito committed Nov 25, 2024
1 parent 97af372 commit 01ce261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ opt-level = 3

[profile.release]
lto = true

[advisories]
RUSTSEC-2023-0071 = "allow" # RSA vulnerability
RUSTSEC-2024-0363 = "allow" # SQLx vulnerability

0 comments on commit 01ce261

Please sign in to comment.