I have found a minor bug in how issues from Security Reports on other than the Main branch are handled and linked. Enterprise Edition v2025.1 (102418) ACTIVE Standard Experience
Steps to reproduce:
-
Go to a Project and select the Security Reports tab.
-
Also select a Branch other than Main/master, such as Dev
-
Select the OWASP ASVS 4.0 Security Report (any level)
-
Click one of the numbers or grades in the report
-
Expect that this will take you to a list of associated issues
-
Actual behavior is that the link takes you to the appropriate filter but drops the Branch parameter defaulting back to the Main/Master branch
-
-
Manually add
branch=dev
or similar to the URI and the appropriate issues are now displayed.- Selecting the appropriate branch from the selector drop down does not work as it just returns you to the summary page for that branch.
-
FIX: when clicking on security report issues, the
branch
parameter should be included in the link.- This issue appears to be present for all reports.