We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06882fe commit b71df62Copy full SHA for b71df62
.cargo/audit.toml
@@ -55,4 +55,8 @@ ignore = [
55
"RUSTSEC-2024-0421",
56
# gix-worktree-state nonexclusive checkout sets executable files world-writable
57
"RUSTSEC-2025-0001",
58
+ # `fast-float`: Segmentation fault due to lack of bound check
59
+ "RUSTSEC-2025-0003",
60
+ # ssl::select_next_proto use after free
61
+ "RUSTSEC-2025-0004",
62
]
0 commit comments