forked from CycloneDX/cyclonedx-core-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbom-1.2-metadata-pedigree.xml
35 lines (35 loc) · 1.04 KB
/
bom-1.2-metadata-pedigree.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.2"
serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79"
version="1">
<metadata>
<component type="library">
<group>com.acme</group>
<name>sample-library</name>
<version>1.0.0</version>
<pedigree>
<ancestors>
<component type="library">
<group>org.example</group>
<name>sample-library-ancestor-1</name>
<version>1.0.0</version>
</component>
<component type="library">
<group>org.example</group>
<name>sample-library-ancestor-2</name>
<version>1.0.0</version>
</component>
</ancestors>
<descendants>
<component type="library">
<group>org.example</group>
<name>sample-library-descendant</name>
<version>1.0.1</version>
</component>
</descendants>
<variants>
</variants>
</pedigree>
</component>
</metadata>
</bom>