Add status attribute for all findings
Note that this is currently not enforced for (new) findings, but highly recommended. Especially when performing retests.
This commit is contained in:
@@ -302,7 +302,7 @@ def validate_type(tree, filename, options):
|
||||
if xml_type == 'pentest_report':
|
||||
attributes = ['findingCode']
|
||||
if xml_type == 'finding':
|
||||
attributes = ['threatLevel', 'type', 'id']
|
||||
attributes = ['threatLevel', 'type', 'id', 'status']
|
||||
tags = ['title', 'description', 'technicaldescription', 'impact',
|
||||
'recommendation']
|
||||
if xml_type == 'non-finding':
|
||||
|
||||
Reference in New Issue
Block a user