We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea7f84 commit b7ba778Copy full SHA for b7ba778
deny.toml
@@ -8,12 +8,3 @@ private = { ignore = true }
8
name = "ring"
9
expression = "ISC AND MIT AND OpenSSL"
10
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
11
-
12
-[advisories]
13
-ignore = [
14
- # Unsoundness in chrono, via rcgen, exposed by concurrent access
15
- # to environment variables. rcgen is only used in example/test
16
- # code, so this is not a genuine security hazard. Remove once
17
- # https://github.com/qnighy/yasna.rs/issues/63 is resolved.
18
- "RUSTSEC-2020-0159"
19
-]
0 commit comments