Bug 28777
Summary: | bugzilla-tool can't handle security bugs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 32729 | ||
Bug Blocks: |
Eric Seidel (no email)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
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)
By now I mean "once bug 32729 has landed".
Eric Seidel (no email)
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)
Sorry, I meant bug 33701
*** This bug has been marked as a duplicate of bug 33701 ***