|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | <bom serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79" version="1" xmlns="http://cyclonedx.org/schema/bom/1.6">
|
3 | 3 | <metadata>
|
4 |
| - <timestamp>2020-04-07T07:01:00Z</timestamp> |
| 4 | + <timestamp>2020-04-13T20:20:39+00:00</timestamp> |
5 | 5 | <tools>
|
6 | 6 | <tool>
|
7 | 7 | <vendor>Awesome Vendor</vendor>
|
|
46 | 46 | </supplier>
|
47 | 47 | </metadata>
|
48 | 48 | <components>
|
49 |
| - <component type="application"> |
| 49 | + < component type= "application" bom-ref="pkg:maven/com.acme/[email protected]?packaging=jar"> |
50 | 50 | <author>Joane Doe et al.</author>
|
51 | 51 | <publisher>Acme Inc</publisher>
|
52 | 52 | <group>com.acme</group>
|
|
90 | 90 | <uid>7638417db6d59f3c431d3e1f261cc637155684cd</uid>
|
91 | 91 | <url>https://location/to/7638417db6d59f3c431d3e1f261cc637155684cd</url>
|
92 | 92 | <author>
|
93 |
| - <timestamp>2018-11-07T22:01:45Z</timestamp> |
| 93 | + <timestamp>2018-11-13T20:20:39+00:00</timestamp> |
94 | 94 | <name>John Doe</name>
|
95 | 95 |
|
96 | 96 | </author>
|
|
105 | 105 | <notes>Commentary here</notes>
|
106 | 106 | </pedigree>
|
107 | 107 | </component>
|
108 |
| - <component type="library"> |
| 108 | + < component type= "library" bom-ref="pkg:maven/com.example/[email protected]?packaging=war"> |
109 | 109 | <supplier>
|
110 |
| - <name>Example Inc.</name> |
| 110 | + <name>Example, Inc.</name> |
111 | 111 | <url>https://example.com</url>
|
112 | 112 | <url>https://example.net</url>
|
113 | 113 | <contact>
|
|
121 | 121 | </contact>
|
122 | 122 | </supplier>
|
123 | 123 | <manufacturer>
|
124 |
| - <name>Example-2, Inc.Example-2, Inc.</name> |
| 124 | + <name>Example-2, Inc.</name> |
125 | 125 | <url>https://example.org</url>
|
126 | 126 | <contact>
|
127 | 127 |
|
|
195 | 195 | </externalReferences>
|
196 | 196 | </component>
|
197 | 197 | </components>
|
| 198 | + <dependencies> |
| 199 | + < dependency ref= "pkg:maven/com.acme/[email protected]?packaging=jar"> |
| 200 | + < dependency ref= "pkg:maven/com.example/[email protected]?packaging=war"/> |
| 201 | + </dependency> |
| 202 | + </dependencies> |
198 | 203 | </bom>
|
0 commit comments