Skip to content

Commit d9b512c

Browse files
committed
Ignore unmaintained bincode advisory for a month.
1 parent 1b947a7 commit d9b512c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

audit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
# XXX the keys of this map should also contain the account that owns the repo,
5252
# in case different accounts contain a repo by the same name.
5353
SKIP_ADVISORIES = {
54+
# used by grmtools and typed-index-collections.
55+
#
56+
# https://github.com/zheland/typed-index-collections/issues/10
57+
("yk", "bincode", "RUSTSEC-2025-0141"): date(2026, 3, 2),
5458
}
5559

5660
UNMATCHED_SKIP_ADVISORIES = set(SKIP_ADVISORIES.keys())

0 commit comments

Comments
 (0)