Skip to content

Commit

Permalink
Add exceptions to deny list (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm authored Dec 13, 2024
1 parent a0d3737 commit 2dab9e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ name = "ring"

[advisories]
ignore = [
# proc-macro-error 1.0.4 is unmaintained see: https://rustsec.org/advisories/RUSTSEC-2024-0370
"RUSTSEC-2024-0370",
# fast-float used in revm-inspectors - https://rustsec.org/advisories/RUSTSEC-2024-0379
"RUSTSEC-2024-0379",
# rustls used in alloy-transport-ws - https://rustsec.org/advisories/RUSTSEC-2024-0399
"RUSTSEC-2024-0399",
]
yanked = "warn"

Expand Down

0 comments on commit 2dab9e8

Please sign in to comment.