Cloned security bugs should default to being secure even if they aren't in the default security group
Categories
(bugzilla.mozilla.org :: Bug Creation/Editing, enhancement)
Tracking
()
People
(Reporter: dveditz, Assigned: dkl)
References
Details
Attachments
(1 file)
The fix in bug 2028240 was incomplete and only solved the problem when the initial bug was in the default group for its product. This appears to have been an intentional choice, but knowing the security bugs :sfink tends to work on I suspect the fix didn't help his problem.
STR:
- open a bug in the Core product that is in one of the several non-default security groups (dom-core-security, javascript-core-security, gfx-core-security, etc -- anything but plain "core-security").
- Clone the bug into a new Product and pick "Firefox for Android" or Focus.
Actual result: none of the security group boxes are checked
Expected result: the box for the default mobile-core-security group was checked.
Comment 1•20 days ago
|
||
| Reporter | ||
Comment 2•19 days ago
|
||
I don't think that patch solves my problem: https://github.com/mozilla-bteam/bmo/pull/2652#issuecomment-4791953107
Comment 3•11 days ago
|
||
Authored by https://github.com/dklawren
https://github.com/mozilla-bteam/bmo/commit/f12f12eedfca9f4a80e53565530a732d061ca1c8
[master] Bug 2049554 - Cloned security bugs should default to being secure even if they aren't in the default security group
Description
•