Suppress noisy inapplicable advisory

This commit is contained in:
Benjamin Saunders
2022-01-02 11:29:12 -08:00
committed by Dirkjan Ochtman
parent d58177fac7
commit fffc513624
+9
View File
@@ -8,3 +8,12 @@ private = { ignore = true }
name = "ring"
expression = "ISC AND MIT AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[advisories]
ignore = [
# Unsoundness in chrono, via rcgen, exposed by concurrent access
# to environment variables. rcgen is only used in example/test
# code, so this is not a genuine security hazard. Remove once
# https://github.com/qnighy/yasna.rs/issues/63 is resolved.
"RUSTSEC-2020-0159"
]