Skip to content

Commit

Permalink
CI: fix security audit (#528)
Browse files Browse the repository at this point in the history
We're getting flagged for our own `xsalsa20poly1305` crate.

Also bumps `spin` to a non-vulnerable version.
  • Loading branch information
tarcieri authored May 20, 2023
1 parent 36546a0 commit 20fb075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[advisories]
ignore = ["RUSTSEC-2019-0029", "RUSTSEC-2020-0145", "RUSTSEC-2020-0146"]
ignore = [
"RUSTSEC-2023-0037", # xsalsa20poly1305 unmaintained
]
informational_warnings = ["unmaintained", "unsound"]
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.

0 comments on commit 20fb075

Please sign in to comment.