RESOLVED DUPLICATE of bug 33701 28777
bugzilla-tool can't handle security bugs
https://bugs.webkit.org/show_bug.cgi?id=28777
Summary bugzilla-tool can't handle security bugs
Eric Seidel (no email)
Reported 2009-08-27 11:18:15 PDT
bugzilla-tool uses urllib2.urlopen() for all of the viewing requests (like getting attachments from bugs) and mechanize for all the editing requests. We've added support for authenticating our mechanize connection, but not for our urllib2 connection. :( This means that none of the viewing requests are authenticated... thus we can't use bugzilla-tool with security bugs. This means the commit-queue also doesn't work with security bugs.
Attachments
Eric Seidel (no email)
Comment 1 2009-12-18 12:20:37 PST
supporting security bugs is actually super-simple now. At least for the post and land commands. All we have to do is make sure we authenticate bugzilla first. For the commit-queue and query commands, it's not clear that we should authenticate up front.
Eric Seidel (no email)
Comment 2 2009-12-18 12:21:11 PST
By now I mean "once bug 32729 has landed".
Eric Seidel (no email)
Comment 3 2010-01-19 16:36:27 PST
I expect this is fixed by https://bugs.webkit.org/show_bug.cgi?id=33871 *** This bug has been marked as a duplicate of bug 33871 ***
Eric Seidel (no email)
Comment 4 2010-01-19 16:37:02 PST
Sorry, I meant bug 33701 *** This bug has been marked as a duplicate of bug 33701 ***
Note You need to log in before you can comment on or make changes to this bug.