Skip to content

Commit

Permalink
chore: Remove unneeded ignore from deny.toml (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Oct 15, 2024
1 parent cee3fce commit 0cfa6e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ feature-depth = 1
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
# Todo: https://github.com/roadster-rs/roadster/issues/335 - Remove this
{ id = "RUSTSEC-2024-0363", reason = "Transitive dependency; need sea-orm to update it's sqlx dependency. Also, our size-limit middleware mitigates the issue by limiting input to 5 MB by default." },
{ id = "RUSTSEC-2024-0370", reason = "Transitive dependency; need other dependencies to resolve first." },
#"RUSTSEC-0000-0000",
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
Expand Down

0 comments on commit 0cfa6e1

Please sign in to comment.