Viewing submissions
To view all submissions to your audit, click View all from your audit dashboard; this will take you to the full submission list.
During the submission phase, and until the judge finishes triaging all submissions, the default view has three sections:
Triaged submissions (judge confirmed) at the top
Ungrouped submissions (new and under review) next
QA reports (compilations of Low-risk findings) last


Once triage has been completed, you will no longer see ungrouped ("New & under review") submissions, just submissions that have been confirmed by the judge:

Timestamps
The dashboard defaults to displaying a "Last updated" timestamp. To view more details, hover over the timestamp:

This information can also be accessed via the individual submission screen:

Submission filters
Audit submissions may be filtered by:
Search
File
Severity
Status
Group/ungroup duplicates
(For mitigation reviews only) Mitigated/Unmitigated status
Search
The search function offers a convenient way to locate submissions by keyword(s). The search field supports searching for:
keywords in submission title or body
warden/team name
submission number (e.g.
S-42)
For best results, ensure that you deselect any filters, and uncheck Group by duplicates — otherwise, some results may be hidden.

Filter by file
The File filter on the submission dashboard allows you to search by filename (e.g. contracts/Token.sol ) and if desired, to set a first and last line to further narrow results. The filtered results are based on the file and line(s) of code referenced by the submitter.

The Submissions touching same files section within the individual submission screen links to a similarly filtered view:

Filter by severity

Severity filter defaults to displaying all severities, but you can adjust it to focus on a single severity level.Filter by status

Status is to include everything except rejected submissions. The filter can be adjusted as needed.Group/ungroup duplicates
Since Code4rena audits typically include many duplicate submissions, the default view groups duplicates together to save you time. However, there can be valuable detail and nuance within individual submissions in a duplicate set.
If you prefer to review each submission separately, simply uncheck the Group by duplicates option.

Group by duplicates displays every submission individually. Sorting
By default, the submission list is sorted by severity, from High to Low. The sorting menu allows you to sort by severity, last updated, or duplicate count (number of duplicates) — and to select ascending or descending order.

The "Last updated" sorting function is especially helpful during the judging phase, if you wish to follow the judge's deliberations closely. It will highlight any submissions that have recent updates to the judge's evaluation, or new comments.
Submission status
The Status function allows your team to keep track of findings confirmed by the judge.
This is optional, but you may wish to update a submission's Status in order to:
Keep track of your team's stance and mitigation progress
Provide input to the judge
The options for Status are:
Judge confirmed: the default status for triaged submissions that the judge believes are valid and merit review.Accepted: you agree the issue is validFixed: you have fixed the issueInformative: issue does not currently need a fixDisputed: you dispute the validity of this issue
Bookmark submissions
The bookmark icon can be selected to help you track submissions you want to come back to.

To view your bookmarked submissions, click the filter icon and select Bookmarked only:

This applies another filter to your existing filters, so you may need to adjust your other filters if you wish to display *all* bookmarked submissions.

Bookmarked only filter, just click the x next to it.Which submissions will appear in our report?
Once the judge finalizes all decisions, your Engagement Manager will share a link to view all submissions that will appear in your audit report.
All judge confirmed High- and Medium-risk findings will appear in your audit report, along with the top-ranked QA report. While your input to the judge (via the Status labels and comments) is taken into account, ultimately the judge has the final say in determining validity and severity.
To preview the findings that will appear in your report, set the filters to:
Severity:
HighandMediumStatus:
Judge confirmed,Fixed,Informative,DisputedGroup by duplicates= checked
Individual submissions
Clicking a submission title will open the full submission in a side panel.

Individual submissions may also be displayed in a full-screen view:

Navigating between duplicates
The submission number in the upper left corner can be clicked to show all duplicates of the selected submission.

Export submissions as Markdown
Any submission to your audit can be exported in Markdown format. The export feature will save the submission to your device as an .md file.
To export a submission from the submission table
Right-click on a submission to open the context menu
Select
Export markdown

From the side panel (or fullscreen) view
Click the
…menuSelect
Export markdown


Last updated
Was this helpful?