Skip to content

Commit 28403f3

Browse files
authored
Merge pull request #31 from vext01/bincode
Ignore unmaintained bincode advisory for a month.
2 parents 1b947a7 + d9b512c commit 28403f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)