We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c398d29 commit da75e0bCopy full SHA for da75e0b
deny.toml
@@ -1,3 +1,8 @@
1
+[advisories]
2
+unmaintained = "deny"
3
+unsound = "deny"
4
+yanked = "deny"
5
+
6
[licenses]
7
allow-osi-fsf-free = "either"
8
copyleft = "warn"
@@ -13,4 +18,4 @@ name = "ring"
13
18
# compiled into non-test libraries, is included below."
14
19
# OpenSSL - Obviously
15
20
expression = "ISC AND MIT AND OpenSSL"
16
-license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
21
+license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
0 commit comments