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 dd31e72 commit 8901347Copy full SHA for 8901347
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 => 'Rapid Risk Assessment: ' . $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