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.
1 parent dc11e43 commit 689a88cCopy full SHA for 689a88c
.cargo/audit.toml
@@ -1,5 +1,5 @@
1
[advisories]
2
-ignore = []
+ignore = ["RUSTSEC-2021-0139"] # Remove when spiffe is upgraded
3
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
4
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
5
0 commit comments