Report templates

Available Variables

List of variables that can be displayed in the generated report.

Project Variables

List of project-related variables that can be used in the report template. For example {project.name} will display project name used when creating a project on the platform.

VariableTypeDescription
project.idnumberUnique project identifier
project.uuidstringProject UUID
project.namestringProject name
project.descriptionstringProject description
project.start_atstringProject start date/time
project.end_atstringProject end date/time
project.typestringProject type name

Client

VariableTypeDescription
client.idnumberClient identifier
client.company_namestringClient company name

Members

VariableTypeDescription
membersarrayList of team members (excluding managers)
members_allarrayList of all team members

Member object:

FieldTypeDescription
idnumberMember ID
namestringMember name
emailstringMember email

Targets

VariableTypeDescription
targetsarrayList of assessment targets

Target object:

FieldTypeDescription
idnumberTarget ID
endpointstringTarget endpoint
notestringTarget note

Report

VariableTypeDescription
report.idnumberReport ID
report.uuidstringReport UUID
report.titlestringReport title
report.versionstringReport version
report.created_atstringReport creation date/time
report.additional_fieldsobjectAdditional custom fields
report.executive_summarystringExecutive summary

Vulnerability Statistics

VariableTypeDescription
criticalCountnumberNumber of critical findings
highCountnumberNumber of high findings
mediumCountnumberNumber of medium findings
lowCountnumberNumber of low findings
infoCountnumberNumber of informational findings
criticalCvssCountnumberNumber of critical CVSS findings
highCvssCountnumberNumber of high CVSS findings
mediumCvssCountnumberNumber of medium CVSS findings
lowCvssCountnumberNumber of low CVSS findings
infoCvssCountnumberNumber of informational CVSS findings
findingsTotalCountnumberTotal number of findings

Vulnerabilities

VariableTypeDescription
vulnerabilitiesarrayList of vulnerabilities

Vulnerability object:

FieldTypeDescription
idnumberVulnerability ID
uuidstringVulnerability UUID
titlestringVulnerability title
descriptionstringVulnerability description
pocstringProof of concept
risksstringRisks associated
remediationstringRemediation steps
cvssstringCVSS vector
cvss_scorenumberCVSS base score
probabilitystringProbability rating
impactstringImpact rating
has_affected_hostsboolTrue if affected hosts exist
affected_hostsarrayList of affected hosts
categoriesarrayList of category objects
categories_textstringComma-separated category names
categories_text_idsstringCategory IDs (one per line)
categories_idsarrayArray of category IDs
cvss_riskstringRisk level based on CVSS score
extra_fieldsobjectAdditional custom fields
riskstringCriticality rating
cvssRiskstringRisk level based on CVSS score
redBackgroundobjectCell background color info
assessment_domainstringAssessment domain name
order_idnumberOrder index in report

Affected host object:

FieldTypeDescription
idnumberHost ID
endpointstringHost endpoint
notestringHost note

Category object:

FieldTypeDescription
idnumberCategory ID
namestringCategory name

Manager

VariableTypeDescription
manager.idnumberManager ID
manager.namestringManager name
manager.emailstringManager email

Other

VariableTypeDescription
report_datestringDate of report generation