We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b947a7 + d9b512c commit 28403f3Copy full SHA for 28403f3
1 file changed
audit.py
@@ -51,6 +51,10 @@
51
# XXX the keys of this map should also contain the account that owns the repo,
52
# in case different accounts contain a repo by the same name.
53
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),
58
}
59
60
UNMATCHED_SKIP_ADVISORIES = set(SKIP_ADVISORIES.keys())
0 commit comments