Skip to content

Commit

Permalink
fix deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Sep 5, 2024
1 parent eb6ff71 commit 12161b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hermes/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ targets = [
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-2021-0145", reason = "we don't target windows, and don't use a custom global allocator." },
]

[bans]
Expand Down Expand Up @@ -49,7 +49,7 @@ unknown-git = "deny"

# List of URLs for allowed Git repositories
allow-git = [
"https://github.com/input-output-hk/hermes.git",
"https://github.com/input-output-hk/catalyst-libs.git",
"https://github.com/input-output-hk/catalyst-pallas.git",
"https://github.com/bytecodealliance/wasmtime",
"https://github.com/aldanor/hdf5-rust",
Expand Down
4 changes: 2 additions & 2 deletions wasm/wasi-hermes-component-adapter/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ targets = [
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-2021-0145", reason = "we don't target windows, and don't use a custom global allocator." },
]

[bans]
Expand Down Expand Up @@ -49,7 +49,7 @@ unknown-git = "deny"

# List of URLs for allowed Git repositories
allow-git = [
"https://github.com/input-output-hk/hermes.git",
"https://github.com/input-output-hk/catalyst-libs.git",
"https://github.com/input-output-hk/catalyst-pallas.git",
"https://github.com/bytecodealliance/wasmtime",
"https://github.com/aldanor/hdf5-rust",
Expand Down

0 comments on commit 12161b9

Please sign in to comment.