Skip to content

Commit 817a955

Browse files
committed
Bug 1239065 - Project Kickoff Form: Adjustments needed to Mozilla Infosec review portion
1 parent 819d4cd commit 817a955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/MozProjectReview/Extension.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ sub post_bug_after_creation {
9494

9595
if ($do_sec_review) {
9696
$child_params->{'bug_data'} = {
97-
short_desc => 'Security Review: ' . $bug->short_desc,
97+
short_desc => 'RRA: ' . $bug->short_desc,
9898
product => 'Enterprise Information Security',
99-
component => 'Review',
99+
component => 'Rapid Risk Analysis',
100100
bug_severity => 'normal',
101101
groups => [ 'mozilla-employee-confidential' ],
102102
op_sys => 'All',

0 commit comments

Comments
 (0)