Was just bouncing through bug bingo, when I was redirected to #209353: incomplete verification of assertions, which gave an 'access denied'.

http://drupal.org/node/209353

Comments

dave reid’s picture

For some reason that issue has been marked as unpublished. Looks like it could be a security-related issue.

damien tournoud’s picture

Project: Drupal.org infrastructure » Drupal.org customizations
Component: Drupal.org module » Code

It looks like the patch bingo is not correctly filtering unpublished issues.

dww’s picture

Status: Active » Needs review
StatusFileSize
new1.79 KB

Completely untested, but something like this.

damien tournoud’s picture

We probably want a db_rewrite_sql() around that too, even if it is not directly useful on d.o.

dww’s picture

Perhaps. 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...

simon georges’s picture

Version: » 6.x-3.x-dev
Status: Needs review » Closed (duplicate)
simon georges’s picture

Status: Closed (duplicate) » Needs review
StatusFileSize
new1.7 KB

Re-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.

mgifford’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev
Issue summary: View changes
Status: Needs review » Closed (fixed)

drupalorg_project_bingo_jump() was rewritten as part of the upgrade. I think this is fixed now.