Skip to content

Commit 689a88c

Browse files
.cargo/audit: Ignore unmaintained ansi_term util spiffe is upgraded
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent dc11e43 commit 689a88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/audit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[advisories]
2-
ignore = []
2+
ignore = ["RUSTSEC-2021-0139"] # Remove when spiffe is upgraded
33
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
44
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
55

0 commit comments

Comments
 (0)