summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-03-16 07:06:21 +0100
committerByron Jones <bjones@mozilla.com>2012-03-16 07:06:21 +0100
commit0709dae3eca4422295ad979b85dd8758e2426b76 (patch)
tree2d8cd0d60001ea625d97d4ce180d3ead790d62ca
parentd584b9f5afd20d4c2510458374ef3b2f2adbb4fb (diff)
downloadbugzilla-0709dae3eca4422295ad979b85dd8758e2426b76.tar.gz
bugzilla-0709dae3eca4422295ad979b85dd8758e2426b76.tar.xz
Bug 736236: update security incident form after component rename
-rw-r--r--extensions/BMO/Extension.pm2
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' ],