@@ -377,6 +377,17 @@ trigger_files = [
377
377
" compiler/rustc_middle/src/traits/solve"
378
378
]
379
379
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
+
380
391
[notify-zulip ."I-prioritize" ]
381
392
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
382
393
topic = " #{number} {title}"
@@ -642,6 +653,27 @@ cc = ["@nnethercote"]
642
653
message = " Changes to the size of AST and/or HIR nodes."
643
654
cc = [" @nnethercote" ]
644
655
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
+
645
677
[assign ]
646
678
warn_non_default_branch = true
647
679
contributing_url = " https://rustc-dev-guide.rust-lang.org/getting-started.html"
@@ -783,6 +815,11 @@ project-stable-mir = [
783
815
" @ouz-a" ,
784
816
]
785
817
818
+ project-exploit-mitigations = [
819
+ " @cuviper" ,
820
+ " @rcvalle" ,
821
+ ]
822
+
786
823
[assign .owners ]
787
824
"/.github/workflows" = [" infra-ci" ]
788
825
"/Cargo.lock" = [" @Mark-Simulacrum" ]
0 commit comments