We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06882fe commit 583243fCopy full SHA for 583243f
.cargo/audit.toml
@@ -55,4 +55,6 @@ 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
]
0 commit comments