https://github.com/factionsecurity/report_templates
https://github.com/factionsecurity/report_templates
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/factionsecurity/report_templates
- Owner: factionsecurity
- Created: 2023-10-24T17:49:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:48:06.000Z (over 1 year ago)
- Last Synced: 2024-10-21T19:49:22.471Z (over 1 year ago)
- Size: 9.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Faction Example Report Templates
You can use these templates to start converting your own reports over to Faction.
## Community Reports
All reports in this section can be used by all versions of Faction both free and paid
- __default-report-template__: This is the default template that Faction loads on start up. It uses DOCX tables to report vulnerability findings.
- __default-report-wo-tables__: This report is identical to __default-report-templete__ except it reports findings using the `${fiBegin}` and `${fiEnd}` tags instead DOCX tables. Anything between these two variables will be repeated for each finding.
- __default-template-cvss-score__: This report is identical to __default-report-template__ except it uses CVSS scoring instead of Faction's native scoring.
## Enterprise Reports
All reports in this section implement additional features only available in paid versions of Faction.
- __default-report-template-sections-enterprise__: This report implements the Section Feature Faction and allows you to have different sections for findings. For Example: Application Security Assessment and Network Security Assessments.
- __default-report-wo-tables-sections-enterprise__: This report implements the Section Feature Faction and allows you to have different sections for findings. For Example: Application Security Assessment and Network Security Assessments. This uses the `${fiBegin Section}` and `${fiEnd Section}` tags to report findings in different sections.