Skip to content

Commit

Permalink
ignore marvin attack in audit toml
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Mar 29, 2024
1 parent d2340a0 commit 02e70cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[advisories]
ignore = [
"RUSTSEC-2024-0320", # ignore yaml-rust being unmaintained
"RUSTSEC-2023-0071", # marvin attack, we need to wait for a fix
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
informational_warnings = [
"unmaintained",
Expand Down

0 comments on commit 02e70cf

Please sign in to comment.