Short Answer: Open the pull request page — the issue list appears under the PR header with a summary card (Total issues, By status, By severity) and filter/search controls.
PreRequisites
-
Be signed in
-
You have access to the repository or the security review
Steps
-
Open the pull request page (look for the breadcrumb: CodeSecurity › Pull requests › PR #123).
You’re on the PR page for the review. -
Confirm the PR header shows the title (e.g., PR #123 — Add payment gateway integration) and repo info (Repo: org/repo-name · Author: john_doe).
-
Find the summary card showing Total issues plus By status and By severity counts.
-
Scroll to the issue list rows. Each row shows a severity badge (High/Medium/Low), issue title, and file path with branch and line numbers (e.g.,
src/api/user.js · main · lines 52–63). -
Use the filter row (All severity, All status, All assignees, All files), the search box (Search issue titles, descriptions, or file names...), and the sort dropdown (e.g., Recent) to refine.
Troubleshooting
- Page shows “No issues found” or list is empty.
Likely Cause: No detected issues for this PR or filters/search are hiding results.
Action: Reset to All severity, All status, All assignees, All files and clear the search box. If you still expect issues, click Re-run review to refresh results.
Note: The By status and By severity counters sit above the filters to give a quick snapshot before you drill into rows.