Skip to content

Commit b71df62

Browse files
committed
tweak cargo audit.toml
1 parent 06882fe commit b71df62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .cargo/audit.toml

+4
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ ignore = [
5555
"RUSTSEC-2024-0421",
5656
# gix-worktree-state nonexclusive checkout sets executable files world-writable
5757
"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",
5862
]

0 commit comments

Comments
 (0)