MantisBT: master 8ab8e125

Author Committer Branch Timestamp Parent
cproensa dregad master 2017-08-14 13:46 master 1b836a86
Affected Issues  0021913: Unprivileged user can see related tags from private issues
Changeset

Fix query for related tags

Refactor the related tags function to use a filter search for the tag,
leaving the rd work for access and visibility checks to the filter api.

Previous query was not correct as it was comparing project access level
with bug view state. Also, it didn't account for view tags permissions
for each project.

Fixes: 0021913

mod - core/tag_api.php Diff File