Closed
Bug 1197084
Opened 9 years ago
Closed 9 years ago
No mail sent when bugs added to or removed from *-core-security groups
Categories
(bugzilla.mozilla.org :: Administration, task)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dveditz, Assigned: glob)
Details
A ways back we created additional security-team groups to get a little more compartmentalization and make it safer to add the many engineers who wanted access to security bugs in their own area. I recently realized the security alias doesn't get mail when bugs are moved into or removed from this groups they way we do for core-security.
To the code at
https://github.com/mozilla/webtools-bmo-bugzilla/blob/master/extensions/BMO/lib/Data.pm#L140
we need to add
'b2g-core-security' => ['security@mozilla.org'],
'crypto-core-security' => ['security@mozilla.org'],
'dom-core-security' => ['security@mozilla.org'],
'firefox-core-security' => ['security@mozilla.org'],
'gfx-core-security' => ['security@mozilla.org'],
'javascript-core-security' => ['security@mozilla.org'],
'layout-core-security' => ['security@mozilla.org'],
'mail-core-security' => ['security@mozilla.org'],
'media-core-security' => ['security@mozilla.org'],
'network-core-security' => ['security@mozilla.org'],
'release-core-security' => ['security@mozilla.org'],
'toolkit-core-security' => ['security@mozilla.org'],
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
ca96913..4cc64c9 master -> master
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•