Finding Template Tags
You can now add tags to finding templates making it easier for you to categorize and organize your templates.
- Tags are not case-sensitive.
- You can filter by tag in the app and the API.
- Tags are automatically created when you add them to a template.
- Manage tags (index, create, edit, and delete) via Settings > Tags.
- Tags are remembered in finding template versions, even if they are subsequently deleted or renamed.
- Reverting a version of a template will recreate deleted tags and attach the updated version of existing tags.
Code Block Customization
New customization options for code blocks in reports have been introduced, including:
- All colors used in syntax highlighting.
- Bold and italic settings for each syntax highlighting token.
- The color of the box.
- The color of the highlighting marker.
To access these customization options, navigate to Settings > Report Themes > {your theme} > Syntax highlighting. In addition, we have included several pre-designed syntax highlighting color schemes that you can apply with just one click.
Report Back Page
You can now add a back page to the reports. To set a background image for the back page, go to Settings > Report Themes > {your theme} > Backgrounds, and you can add content for it by creating text boxes under Settings > Report Text Boxes.
A back page will only be displayed if it contains content or a background image.
Improvements
- The caption of the findings table component information about the ordering, providing more context and clarity.
- Users are now sorted by their full name by default.
- API: filters now match exact values, except for arrays, objects, and certain text fields.
Bugfixes
- Fixed a bug that caused struck-out "Unspecified" badges to appear on unpublished findings in online reports and draft PDF reports.
- Fixed several sorting issues in the Findings Table component:
- CVSS findings are now sorted correctly by severity.
- Non-vulnerable findings now appear last when sorting by status.
- Resolved findings are no longer sorted last when sorting by severity.
- API: Fixed an issue where empty classifications were returned as
[]
instead of{}