Skip to content

Commit

Permalink
audit.toml: Add Marvin Attack from rsa crate to ignore list
Browse files Browse the repository at this point in the history
The rsa crate is only used for testing purpose and the security
vulnerability has no impact on this crate.

Signed-off-by: Gowtham Suresh Kumar <[email protected]>
  • Loading branch information
gowthamsk-arm committed Nov 30, 2023
1 parent da081a5 commit 6e6de18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[advisories]
ignore = [
"RUSTSEC-2023-0071", # `rsa` Marvin Attack not concerning is `rsa` is only used for tests
]

0 comments on commit 6e6de18

Please sign in to comment.