Skip to content

Commit 221f959

Browse files
committed
Add Exploit Mitigations PG to triagebot.toml
1 parent 6639672 commit 221f959

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

triagebot.toml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,17 @@ trigger_files = [
377377
"compiler/rustc_middle/src/traits/solve"
378378
]
379379

380+
[autolabel."PG-exploit-mitigations"]
381+
trigger_files = [
382+
"compiler/rustc_symbol_mangling/src/typeid",
383+
"tests/codegen/sanitizer",
384+
"tests/codegen/split-lto-unit.rs",
385+
"tests/codegen/stack-probes-inline.rs",
386+
"tests/codegen/stack-protector.rs",
387+
"tests/ui/sanitizer",
388+
"tests/ui/stack-protector"
389+
]
390+
380391
[notify-zulip."I-prioritize"]
381392
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
382393
topic = "#{number} {title}"
@@ -642,6 +653,27 @@ cc = ["@nnethercote"]
642653
message = "Changes to the size of AST and/or HIR nodes."
643654
cc = ["@nnethercote"]
644655

656+
[mentions."compiler/rustc_symbol_mangling/src/typeid"]
657+
cc = ["@project-exploit-mitigations", "@rcvalle"]
658+
659+
[mentions."tests/codegen/sanitizer"]
660+
cc = ["@project-exploit-mitigations", "@rcvalle"]
661+
662+
[mentions."tests/codegen/split-lto-unit.rs"]
663+
cc = ["@project-exploit-mitigations", "@rcvalle"]
664+
665+
[mentions."tests/codegen/stack-probes-inline.rs"]
666+
cc = ["@project-exploit-mitigations", "@rcvalle"]
667+
668+
[mentions."tests/codegen/stack-protector.rs"]
669+
cc = ["@project-exploit-mitigations", "@rcvalle"]
670+
671+
[mentions."tests/ui/sanitizer"]
672+
cc = ["@project-exploit-mitigations", "@rcvalle"]
673+
674+
[mentions."tests/ui/stack-protector"]
675+
cc = ["@project-exploit-mitigations", "@rcvalle"]
676+
645677
[assign]
646678
warn_non_default_branch = true
647679
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
@@ -783,6 +815,11 @@ project-stable-mir = [
783815
"@ouz-a",
784816
]
785817

818+
project-exploit-mitigations = [
819+
"@cuviper",
820+
"@rcvalle",
821+
]
822+
786823
[assign.owners]
787824
"/.github/workflows" = ["infra-ci"]
788825
"/Cargo.lock" = ["@Mark-Simulacrum"]

0 commit comments

Comments
 (0)