|
1 | 1 | --- |
2 | 2 | date: 2023-12-17 |
3 | | -tags: [] |
| 3 | +tags: [Reporting, Customize, Variables] |
4 | 4 | --- |
5 | 5 |  |
6 | 6 |
|
7 | | -The Faction Report Designer allows you to create custom security report templates for each assessment type. When building reports you need to use the variables listed below. Entering these into your DOCX reports will auto-replace assessment and vulnerability text when the report is generated. You can even use the same variables in many of the assessor input fields outside of the report template (like Risk Assessment Summaries) and it will auto-populate the fields when the report is generated. |
| 7 | +The Faction Report Designer allows you to create custom security report templates for each assessment type. When building reports you need to use the variables listed below. Entering these into your DOCX reports will auto-replace the assessment and vulnerability text when the report is generated. You can even use the same variables in many of the assessor input fields outside of the report template (like Risk Assessment Summaries) and it will auto-populate the fields when the report is generated. |
8 | 8 |
|
9 | 9 | You can download the sample templates here: |
10 | 10 | [Sample Templates](https://github.com/factionsecurity/report_templates) |
@@ -47,8 +47,8 @@ These are only available inside tables. |
47 | 47 | - **${severity}** – Severity of each vulnerability. |
48 | 48 | - **${likelihood}** – Likelihood of the vulnerability |
49 | 49 | - **${impact}** – Impact of the vulnerability |
50 | | -- **${cvssScore}** – CVSS score of the vulnerability |
51 | | -- **${cvssString}** – CVSS vector of the vulnerability |
| 50 | +- **${cvssScore}** – CVSS score of the vulnerability (Since v1.2) |
| 51 | +- **${cvssString}** – CVSS vector of the vulnerability (Since v1.2) |
52 | 52 | - **${count}** – Row Count of the vulnerability |
53 | 53 | - **${tracking}** – Tracking number of the vulnerability |
54 | 54 | - **${vid}** – Vulnerability internal database id |
@@ -96,8 +96,8 @@ These are only available inside tables. |
96 | 96 | - **${severity}** – Severity of each vulnerability. |
97 | 97 | - **${likelihood}** – Likelihood of the vulnerability |
98 | 98 | - **${impact}** – Impact of the vulnerability |
99 | | -- **${cvssScore}** – CVSS score of the vulnerability |
100 | | -- **${cvssString}** – CVSS vector of the vulnerability |
| 99 | +- **${cvssScore}** – CVSS score of the vulnerability (Since 1.2) |
| 100 | +- **${cvssString}** – CVSS vector of the vulnerability (Since 1.2) |
101 | 101 | - **${count}** – Row Count of the vulnerability |
102 | 102 | - **${tracking}** – Tracking number of the vulnerability |
103 | 103 | - **${vid}** – Vulnerability internal database id |
|
0 commit comments