diff --git a/chatops/python/validate_report.py b/chatops/python/validate_report.py index dfaf39a..abe2a6e 100644 --- a/chatops/python/validate_report.py +++ b/chatops/python/validate_report.py @@ -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':