Skip to content

Commit ac87935

Browse files
authored
Merge pull request #27 from vext01/fix-audits
Fix audits
2 parents c9397d0 + 3f21503 commit ac87935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

audit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
("softdevteam", "ykrustc"),
2929
("softdevteam", "rustgc"),
3030
("softdevteam", "rustgc_paper"),
31+
("softdevteam", "rustgc_paper_experiment"),
3132
("softdevteam", "alloy"),
3233
# ykllvm contains rust files and thus gets categorised as a rust repo.
3334
("ykjit", "ykllvm"),
@@ -47,7 +48,6 @@
4748
# XXX the keys of this map should also contain the account that owns the repo,
4849
# in case different accounts contain a repo by the same name.
4950
SKIP_ADVISORIES = {
50-
("yk", "atty", "RUSTSEC-2021-0145"): date(2023, 6, 1),
5151
}
5252

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

6263

0 commit comments

Comments
 (0)