Skip to content

Commit f2d2351

Browse files
gowthamsk-armtgonzalezorlandoarm
authored andcommitted
audit.toml: Add Marvin Attack from rsa crate to ignore list
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 <gowtham.sureshkumar@arm.com>
1 parent da081a5 commit f2d2351

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/audit.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[advisories]
2+
ignore = [
3+
"RUSTSEC-2023-0071", # `rsa` Marvin Attack not concerning as `rsa` is only used for tests
4+
]

0 commit comments

Comments
 (0)