Skip to content

Commit

Permalink
ci(rust): Add exception to deny.toml for a CVE which is not impacting…
Browse files Browse the repository at this point in the history
… us.
  • Loading branch information
stevenj committed May 9, 2024
1 parent bc0dd21 commit d032bc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions earthly/rust/stdcfgs/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ all-features = true
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." },
]

[bans]
Expand Down
1 change: 1 addition & 0 deletions examples/rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ all-features = true
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." },
]

[bans]
Expand Down
1 change: 1 addition & 0 deletions utilities/dbviz/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ all-features = true
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." },
]

[bans]
Expand Down

0 comments on commit d032bc0

Please sign in to comment.