Files
pentext/xml/templates/pentestreport/finding.xml
Peter Mosmans 121bc5b268 Added radicallyopensecurity/templates/xml
This version has been tagged 'templates' in the original repository
2016-07-25 22:49:31 -07:00

23 lines
646 B
XML

<finding id="..." threatLevel="Moderate" type="Information Leak">
<!-- Note: threatLevel can be Low, Moderate, Elevated, High or Extreme; type is free text -->
<title>Title Case</title>
<description>
Short general description of the problem ending with a dot.
</description>
<technicaldescription>
Long and/or in-depth description of the problem.
</technicaldescription>
<impact>
Impact on the system. What are the consequences if someone were to exploit this issue?
</impact>
<recommendation>
Recommendation for the client: what steps need to be taken to resolve the issue?
</recommendation>
</finding>