Was just bouncing through bug bingo, when I was redirected to #209353: incomplete verification of assertions, which gave an 'access denied'.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | drupalorg-483848-7-bingo_published_only.patch | 1.7 KB | simon georges |
| #3 | 483848-3.bingo_published_only.patch | 1.79 KB | dww |
Comments
Comment #1
dave reidFor some reason that issue has been marked as unpublished. Looks like it could be a security-related issue.
Comment #2
damien tournoud commentedIt looks like the patch bingo is not correctly filtering unpublished issues.
Comment #3
dwwCompletely untested, but something like this.
Comment #4
damien tournoud commentedWe probably want a db_rewrite_sql() around that too, even if it is not directly useful on d.o.
Comment #5
dwwPerhaps. There are a lot of things I'd do to make this code better if this was in project_issue, but it really is a d.o-specific hack, so things like checking node_access() or db_rewrite_sql() seemed pointless since we know d.o issue queues are public...
Comment #6
simon georges commentedChanges incorporated into #335828: Bug Bingo for specific versions if the user specifies it.
Comment #7
simon georges commentedRe-open to work on it per #335828-7: Bug Bingo for specific versions if the user specifies it => Re-rolled the patch into 6.x-3.x-dev.
Comment #8
mgifforddrupalorg_project_bingo_jump() was rewritten as part of the upgrade. I think this is fixed now.