Skip to content

Commit a61c603

Browse files
committed
test(cargo audit): temporarily ignore bincode advisory
This is to fix pipelines while we're working on a migration to a substitution. Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
1 parent bc37a09 commit a61c603

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.cargo/audit.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[advisories]
2-
# The `paste` dependency is transitively included via `gdbstub`.
3-
# While the crate is archived/unmaintained, the author considers it feature-complete
4-
# and functionally stable. gdbstub will be update once they migrate
5-
# to an alternative solution.
6-
# See https://github.com/daniel5151/gdbstub/issues/168
7-
ignore = ["RUSTSEC-2024-0436"]
2+
ignore = [
3+
# The `paste` dependency is transitively included via `gdbstub`.
4+
# While the crate is archived/unmaintained, the author considers it feature-complete
5+
# and functionally stable. gdbstub will be update once they migrate
6+
# to an alternative solution.
7+
# See https://github.com/daniel5151/gdbstub/issues/168
8+
"RUSTSEC-2024-0436",
9+
# Temporary exclusion of the bincode crate advisory
10+
# while we are working on migration to a substitution.
11+
"RUSTSEC-2025-0141",
12+
]

0 commit comments

Comments
 (0)