Description
Made worse by CONTINUUM-2746, running reports should be limited to users that are registered. The intent is that abuse can be managed by locking accounts. Adding a permission is another route, but considering it is open to anonymous it may be unnecessary.
UPDATE: After some investigation, it appears the problem is that reporting is granted to all project users and granting Guest the ability to be a project user is used to allow anonymous users to see the build summary. By separating reporting from project user, reporting can be granted on an individual basis rather than being inherited.