Skip to content

Commit

Permalink
Ignore audit advisory for integration tests
Browse files Browse the repository at this point in the history
The bitcoind package introduces a security vulnerability in the time
dependency. But since bitcoind is only used in the integration tests,
we can safely ignore this advisory.
  • Loading branch information
orbitalturtle committed Jun 2, 2023
1 parent 93f138e commit 3b5f4a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[advisories]
ignore = ["RUSTSEC-2020-0071"]

0 comments on commit 3b5f4a5

Please sign in to comment.