Skip to content

Commit

Permalink
chore: ignore RUSTSEC-2024-0384 (#12431)
Browse files Browse the repository at this point in the history
instant & derivative are breaking audit in CI:

https://github.com/near/nearcore/actions/runs/11779066830/job/32806748238

This is a poor fix. Please let me know if we should find a proper one.
  • Loading branch information
wacban authored Nov 11, 2024
1 parent f4db1e0 commit a03f42c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@ ignore = [
# proc-macro-error is unmaintained, but hard to replace right now.
# Follow https://github.com/Kyuuhachi/syn_derive/issues/4
"RUSTSEC-2024-0370",

# The instant package is unmaintained, but hard to replace right now because
# parking_lot depends on it.
"RUSTSEC-2024-0384",

# The derivative package is unmainained, but hard to replace right now
# because ark-poly depends on it.
"RUSTSEC-2024-0388"
]

0 comments on commit a03f42c

Please sign in to comment.