We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819d4cd commit 817a955Copy full SHA for 817a955
extensions/MozProjectReview/Extension.pm
@@ -94,9 +94,9 @@ sub post_bug_after_creation {
94
95
if ($do_sec_review) {
96
$child_params->{'bug_data'} = {
97
- short_desc => 'Security Review: ' . $bug->short_desc,
+ short_desc => 'RRA: ' . $bug->short_desc,
98
product => 'Enterprise Information Security',
99
- component => 'Review',
+ component => 'Rapid Risk Analysis',
100
bug_severity => 'normal',
101
groups => [ 'mozilla-employee-confidential' ],
102
op_sys => 'All',
0 commit comments