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.
Variable Type Description project.idnumber Unique project identifier project.uuidstring Project UUID project.namestring Project name project.descriptionstring Project description project.start_atstring Project start date/time project.end_atstring Project end date/time project.typestring Project type name project.scope_typestring Project scope type (internal/external) extra_fieldsobject Additional custom fields
Extra fields usage example:
{project.extra_fields[‘last_name’]}
Variable Type Description client.idnumber Client identifier client.company_namestring Client company name client.websitestring Client company’s wesbite client.contact_namestring Client contact’s name client.contact_positionstring Client contact’s position client.contact_phonestring Client contact’s phone client.contact_emailstring Client contact’s email client.addressstring Client company’s address client.citystring Client company’s city client.countrystring Client company’s country client.industrystring Client company’s industry extra_fieldsobject Additional custom fields
Extra fields usage example:
{client.extra_fields[‘last_name’]}
Variable Type Description membersarray List of team members (excluding managers) members_allarray List of all team members
Member object:
Field Type Description idnumber Member ID namestring Member name emailstring Member email typestring Member type certificatesstring Member certificates job_titlestring Member job title phone_numberstring Member phone number
Variable Type Description targetsarray List of assessment targets out_of_scopearray List of out of scope targets
Target object:
Field Type Description idnumber Target ID endpointstring Target endpoint notestring Target note
Usage exmaple:
Variable Type Description report.idnumber Report ID report.uuidstring Report UUID report.titlestring Report title report.versionstring Report version report.created_atstring Report creation date/time report.additional_fieldsobject Additional custom fields report.executive_summarystring Executive summary report.creatorstring Report creator
Additional fields usage example:
{report.additional_fields['Risk Raiting']}
Creator object:
Field Type Description idnumber Creator ID namestring Creator name emailstring Creator email typestring Creator type certificatesstring Creator certificates job_titlestring Creator job title phone_numberstring Member phone number
Variable Type Description criticalCountnumber Number of critical findings highCountnumber Number of high findings mediumCountnumber Number of medium findings lowCountnumber Number of low findings infoCountnumber Number of informational findings criticalCvssCountnumber Number of critical CVSS findings highCvssCountnumber Number of high CVSS findings mediumCvssCountnumber Number of medium CVSS findings lowCvssCountnumber Number of low CVSS findings infoCvssCountnumber Number of informational CVSS findings findingsTotalCountnumber Total number of findings
Variable Type Description vulnerabilitiesarray List of vulnerabilities
Vulnerability object:
Field Type Description idnumber Vulnerability ID uuidstring Vulnerability UUID titlestring Vulnerability title descriptionstring Vulnerability description pocstring Proof of concept risksstring Risks associated remediationstring Remediation steps remediation_stagestring Remediation stage (Not Remediated, Requested, Retesting, Remediated, Partial) cvssstring CVSS vector cvss_scorenumber CVSS base score probabilitystring Probability rating impactstring Impact rating has_affected_hostsbool True if affected hosts exist affected_hostsarray List of affected hosts categoriesarray List of category objects categories_textstring Comma-separated category names categories_text_idsstring Category IDs (one per line) categories_idsarray Array of category IDs cvss_riskstring Risk level based on CVSS score extra_fieldsobject Additional custom fields riskstring Criticality rating cvssRiskstring Risk level based on CVSS score redBackgroundobject Cell background color info assessment_domainstring Assessment domain name order_idnumber Order index in report http_excerptsstring Vulnerability HTTP Excerpts has_commentsbool True if comments exist commentsarray List of comments
Extra fields usage example:
{extra_fields['OWASP Context']}
Affected host object:
Field Type Description idnumber Host ID endpointstring Host endpoint notestring Host note
Category object:
Field Type Description idnumber Category ID namestring Category name
Comments object:
Field Type Description idnumber Comment ID commentatorstring Commentator name textstring Comment text/content created_atstring Comment creation date/time
Variable Type Description manager.idnumber Manager ID manager.namestring Manager name manager.emailstring Manager email
Variable Type Description report_datestring Date of report generation