Skip to content

Commit

Permalink
Merge pull request #50 from dezoito/dev
Browse files Browse the repository at this point in the history
Adds audit.toml file
  • Loading branch information
dezoito authored Nov 25, 2024
2 parents 01ce261 + 99e3cc1 commit 0fc19ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,3 @@ opt-level = 3

[profile.release]
lto = true

[advisories]
RUSTSEC-2023-0071 = "allow" # RSA vulnerability
RUSTSEC-2024-0363 = "allow" # SQLx vulnerability
13 changes: 13 additions & 0 deletions src-tauri/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[advisories]
ignore = [
"RUSTSEC-2023-0071", # RSA vulnerability
"RUSTSEC-2024-0363", # SQLx vulnerability
]

# Optionally, you can also ignore unmaintained warnings
[unmaintained]
ignore = [
"RUSTSEC-2024-0388", # derivative
"RUSTSEC-2024-0384", # instant
"RUSTSEC-2024-0370", # proc-macro-error
]

0 comments on commit 0fc19ef

Please sign in to comment.