Skip to content

Commit ea2752e

Browse files
committed
Remove ignored vulnerabilities
Signed-off-by: Hugues de Valon <[email protected]>
1 parent 4e8338e commit ea2752e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cargo/audit.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[advisories]
2-
ignore = ["RUSTSEC-2021-0073", # We do not use `prost_types::Timestamp` anywhere in our code.
3-
"RUSTSEC-2020-0036"] # We don't have control over the exact dependencies of `protoc-grpcio`; See https://github.com/mtp401/protoc-grpcio/issues/36
2+
ignore = []
43
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
54
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
65

0 commit comments

Comments
 (0)