Skip to content

Commit cf3d949

Browse files
committed
ignore audit warning for serde_cbor
1 parent 0607ed2 commit cf3d949

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/audit.toml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ ignore = [
2323

2424
"RUSTSEC-2021-0079", # Integer overflow in hyper's parsing of the Transfer-Encoding header leads to data loss
2525
# https://github.com/rust-lang/docs.rs/issues/1459
26+
27+
"RUSTSEC-2021-0127", # serde_cbor is unmaintained
28+
# https://github.com/rust-lang/docs.rs/issues/1568
2629
]
2730
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
2831
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)