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 authored and tgonzalezorlandoarm committed Dec 1, 2023
1 parent da081a5 commit f2d2351
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 as `rsa` is only used for tests
]

0 comments on commit f2d2351

Please sign in to comment.