stable

Clone or download

Read-only

request #40443 Project history reference list should should check that user is project administrator

How to test: With an anonymous user go on page `project/<id>/admin/references` You should have a Fordidden error Why? Accessing this does not leak information, as references can be listed on REST route, but it might be disturbing for users to have access to this page in read only (CRUD action are listed, but nothing can be performed) It's better to hide this page Change-Id: Ib740323f50bf59077ea9320dd8f0815c516c5321

Modified Files

Name
M src/common/Project/Admin/Reference/Browse/ReferenceAdministrationBrowseController.php +11 −27 Go to diff View file
M src/common/Request/RouteCollector.php +2 −1 Go to diff View file