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 3d62906 commit c168d11Copy full SHA for c168d11
deny.toml
@@ -1,7 +1,10 @@
1
[advisories]
2
version = 2
3
yanked = "warn"
4
-ignore = []
+ignore = [
5
+ # https://github.com/dtolnay/paste
6
+ "RUSTSEC-2024-0436",
7
+]
8
9
[bans]
10
multiple-versions = "warn"
@@ -37,6 +40,8 @@ exceptions = [
37
40
# https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
38
41
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
39
42
{ allow = ["CC0-1.0"], name = "aurora-engine-modexp" },
43
+ { allow = ["CC0-1.0"], name = "secp256k1" },
44
+ { allow = ["CC0-1.0"], name = "secp256k1-sys" },
45
]
46
47
[[licenses.clarify]]
0 commit comments