Bug 28777 - bugzilla-tool can't handle security bugs
Summary: bugzilla-tool can't handle security bugs
Status: RESOLVED DUPLICATE of bug 33701
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 32729
Blocks:
  Show dependency treegraph
 
Reported: 2009-08-27 11:18 PDT by Eric Seidel (no email)
Modified: 2010-01-19 16:37 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 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.
Comment 2 Eric Seidel (no email) 2009-12-18 12:21:11 PST
By now I mean "once bug 32729 has landed".
Comment 3 Eric Seidel (no email) 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 ***
Comment 4 Eric Seidel (no email) 2010-01-19 16:37:02 PST
Sorry, I meant bug 33701

*** This bug has been marked as a duplicate of bug 33701 ***