Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Sep 13, 2024
1 parent 426a83b commit cd8348f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hermes/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ version = 2
ignore = [
{ id = "RUSTSEC-2020-0168", reason = "`mach` is used by wasmtime and we have no control over that." },
{ id = "RUSTSEC-2021-0145", reason = "we don't target windows, and don't use a custom global allocator." },
{ id = "RUSTSEC-2024-0370", reason = "`proc-macro-error` is used by crates we rely on, we can't control what they use."},
]

[bans]
Expand Down Expand Up @@ -51,6 +52,7 @@ unknown-git = "deny"
allow-git = [
"https://github.com/input-output-hk/catalyst-libs.git",
"https://github.com/input-output-hk/catalyst-pallas.git",
"https://github.com/input-output-hk/catalyst-mithril.git",
"https://github.com/bytecodealliance/wasmtime",
"https://github.com/aldanor/hdf5-rust",
]
Expand All @@ -73,6 +75,7 @@ allow = [
"ISC",
"Unicode-3.0",
"MPL-2.0",
"Zlib",
]
exceptions = [
#{ allow = ["Zlib"], crate = "tinyvec" },
Expand Down

0 comments on commit cd8348f

Please sign in to comment.