Report template variables
When you are designing your pentest project template, you can reference a number of variables at your disposal that populate the information on your reports. The complete list of template variables is documented below:
| Variable | Type | Description | Attributes |
|---|---|---|---|
| date | string | Current date (dd/mm/yyyy) | (n/a) |
| revisions | array | Report's revisions | dateTime, versionName, versionDescription |
| lastRevisionName | string | Last revision name | (n/a) |
| serviceProvider | array | Your service provider organisation | name, address, url, logo, smallLogo, contacts (name, role, email, phone) |
| client | array | Project's client | name, address, url, logo, smallLogo, contacts (name, role, email, phone) |
| project | array | Project information | name, description, engagement_type, engagement_start_date, engagement_end_date, external_id |
| users | array | Project's users | full_name, short_bio, email, role |
| assets | array | Project's assets | name, kind, tags |
| tasks | array | Project's tasks | summary, description, status, priority |
| findings | array | Findings stats and list | list (summary, description, risk, remediation, status, cvss_score, cvss_vector, proof_of_concept, owasp_vector, owasp_overall), stats (severity, count) |