1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<?xml version="1.0" ?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1">
<metadata>
<timestamp>2023-01-07T13:44:32.312678+00:00</timestamp>
</metadata>
<properties>
<property name="key1">val1</property>
<property name="key2">val2</property>
</properties>
<vulnerabilities>
<vulnerability bom-ref="vuln-wit-state-EXPLOITABLE">
<id>vuln-wit-state-EXPLOITABLE</id>
<analysis>
<state>exploitable</state>
</analysis>
</vulnerability>
<vulnerability bom-ref="vuln-wit-state-FALSE_POSITIVE">
<id>vuln-wit-state-FALSE_POSITIVE</id>
<analysis>
<state>false_positive</state>
</analysis>
</vulnerability>
<vulnerability bom-ref="vuln-wit-state-IN_TRIAGE">
<id>vuln-wit-state-IN_TRIAGE</id>
<analysis>
<state>in_triage</state>
</analysis>
</vulnerability>
<vulnerability bom-ref="vuln-wit-state-NOT_AFFECTED">
<id>vuln-wit-state-NOT_AFFECTED</id>
<analysis>
<state>not_affected</state>
</analysis>
</vulnerability>
<vulnerability bom-ref="vuln-wit-state-RESOLVED">
<id>vuln-wit-state-RESOLVED</id>
<analysis>
<state>resolved</state>
</analysis>
</vulnerability>
<vulnerability bom-ref="vuln-wit-state-RESOLVED_WITH_PEDIGREE">
<id>vuln-wit-state-RESOLVED_WITH_PEDIGREE</id>
<analysis>
<state>resolved_with_pedigree</state>
</analysis>
</vulnerability>
</vulnerabilities>
</bom>
|