]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1239065 - Project Kickoff Form: Adjustments needed to Mozilla Infosec review...
authorDavid Lawrence <dkl@mozilla.com>
Wed, 13 Jan 2016 21:03:01 +0000 (21:03 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 13 Jan 2016 21:03:01 +0000 (21:03 +0000)
extensions/MozProjectReview/Extension.pm

index d602d4b80c8960f8a7069734fa1ef61d1abfdc57..7229f5d4d732cc909b3bff38de43bc5821f591b4 100644 (file)
@@ -94,9 +94,9 @@ sub post_bug_after_creation {
 
     if ($do_sec_review) {
         $child_params->{'bug_data'} = {
-            short_desc   => 'Security Review: ' . $bug->short_desc,
+            short_desc   => 'RRA: ' . $bug->short_desc,
             product      => 'Enterprise Information Security',
-            component    => 'Review',
+            component    => 'Rapid Risk Analysis',
             bug_severity => 'normal',
             groups       => [ 'mozilla-employee-confidential' ],
             op_sys       => 'All',