We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b2994 commit f624622Copy full SHA for f624622
1 file changed
.cargo/audit.toml
@@ -0,0 +1,11 @@
1
+# cargo-audit configuration
2
+# See: https://github.com/rustsec/rustsec/blob/main/cargo-audit/audit.toml.example
3
+
4
+[advisories]
5
+# Advisories to ignore (transitive dependencies we can't fix)
6
+ignore = [
7
+ # rustls-webpki 0.102.x CRL issue - no patch in 0.102.x line
8
+ # Transitive via rumqttc, waiting for upstream fix
9
+ # Low impact: requires compromised CA to exploit
10
+ "RUSTSEC-2026-0049",
11
+]
0 commit comments