We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01ce261 + 99e3cc1 commit 0fc19efCopy full SHA for 0fc19ef
src-tauri/Cargo.toml
@@ -39,7 +39,3 @@ opt-level = 3
39
40
[profile.release]
41
lto = true
42
-
43
-[advisories]
44
-RUSTSEC-2023-0071 = "allow" # RSA vulnerability
45
-RUSTSEC-2024-0363 = "allow" # SQLx vulnerability
src-tauri/audit.toml
@@ -0,0 +1,13 @@
1
+[advisories]
2
+ignore = [
3
+ "RUSTSEC-2023-0071", # RSA vulnerability
4
+ "RUSTSEC-2024-0363", # SQLx vulnerability
5
+]
6
+
7
+# Optionally, you can also ignore unmaintained warnings
8
+[unmaintained]
9
10
+ "RUSTSEC-2024-0388", # derivative
11
+ "RUSTSEC-2024-0384", # instant
12
+ "RUSTSEC-2024-0370", # proc-macro-error
13
0 commit comments