mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-20 10:14:16 +00:00
Suppress noisy inapplicable advisory
This commit is contained in:
committed by
Dirkjan Ochtman
parent
d58177fac7
commit
fffc513624
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user