Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
("softdevteam", "ykrustc"),
("softdevteam", "rustgc"),
("softdevteam", "rustgc_paper"),
("softdevteam", "rustgc_paper_experiment"),
("softdevteam", "alloy"),
# ykllvm contains rust files and thus gets categorised as a rust repo.
("ykjit", "ykllvm"),
Expand All @@ -47,7 +48,6 @@
# XXX the keys of this map should also contain the account that owns the repo,
# in case different accounts contain a repo by the same name.
SKIP_ADVISORIES = {
("yk", "atty", "RUSTSEC-2021-0145"): date(2023, 6, 1),
}

UNMATCHED_SKIP_ADVISORIES = set(SKIP_ADVISORIES.keys())
Expand All @@ -57,6 +57,7 @@
# for use with `os.path.join()`.
CUSTOM_AUDIT_DIRS = {
("ykjit", "ykcbf"): ["lang_tests"],
("ykjit", "yk-benchmarks"): ["reporter"],
}


Expand Down