diff options
author | Byron Jones <bjones@mozilla.com> | 2012-03-16 07:06:21 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-03-16 07:06:21 +0100 |
commit | 0709dae3eca4422295ad979b85dd8758e2426b76 (patch) | |
tree | 2d8cd0d60001ea625d97d4ce180d3ead790d62ca /extensions | |
parent | d584b9f5afd20d4c2510458374ef3b2f2adbb4fb (diff) | |
download | bugzilla-0709dae3eca4422295ad979b85dd8758e2426b76.tar.gz bugzilla-0709dae3eca4422295ad979b85dd8758e2426b76.tar.xz |
Bug 736236: update security incident form after component rename
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/Extension.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index f34579e34..115d944b6 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -878,7 +878,7 @@ sub post_bug_after_creation { $new_bug = Bugzilla::Bug->create({ short_desc => 'Investigate Lost Device', product => 'mozilla.org', - component => 'Infrastructure Security', + component => 'Security Assurance: Incident', status_whiteboard => '[infrasec:incident]', bug_severity => 'critical', cc => [ 'mcoates@mozilla.com', 'jstevensen@mozilla.com' ], |