1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.7"
serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79"
version="1"
>
<components>
<component type="application">
<name>dummy</name>
<description>this component has an external reference with properties</description>
<externalReferences>
<reference type="component-analysis-report">
<url>http://example.com/extref/component-analysis-report</url>
<properties>
<property name="author">John Doe</property>
<property name="timestamp">2025-01-27T12:27:26Z</property>
</properties>
</reference>
</externalReferences>
</component>
</components>
</bom>
|