Add status attribute to finding_count definition

This commit is contained in:
Peter Mosmans 2019-09-26 09:56:08 -07:00
parent ccb0f76213
commit 1f7eb49055

View File

@ -415,6 +415,7 @@
<xs:element name="finding_count"> <xs:element name="finding_count">
<xs:complexType> <xs:complexType>
<xs:attribute ref="threatLevel" use="optional"/> <xs:attribute ref="threatLevel" use="optional"/>
<xs:attribute ref="status" use="optional"/>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="todo"/> <xs:element name="todo"/>