Open
Bug 385613
Opened 18 years ago
Updated 13 years ago
"Only include bugs numbered" should accept whitespace-separated lists
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
()
Details
Frequently, I have a space-separated list of bug numbers and want to see them as a bug list. But https://bugzilla.mozilla.org/query.cgi?format=advanced&short_desc= only accepts comma-separated lists :(
![]() |
||
Comment 1•18 years ago
|
||
$cgi->param('bug_id') should be sanitized in buglist.cgi before being passed to Bugzilla::Search.
OS: Mac OS X → All
Hardware: PC → All
Version: unspecified → 3.0
You need to log in
before you can comment on or make changes to this bug.
Description
•