-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathexample_bom.xml
178 lines (178 loc) · 6.95 KB
/
example_bom.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<?xml version="1.0" encoding="UTF-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" version="1" serialNumber="urn:uuid:334fe156-f6b7-4891-aa6d-796dedf6d2ab">
<metadata>
<timestamp>2025-01-07T03:52:42Z</timestamp>
<tools>
<components>
<component type="application">
<group>CycloneDX</group>
<name>cyclonedx-cocoapods</name>
<version>2.0.0</version>
</component>
</components>
</tools>
<component type="application" bom-ref="pkg:generic/[email protected]">
<name>kizitonwose-PodsUpdater</name>
<version>1.0.3</version>
<externalReferences>
<reference type="vcs">
<url>https://github.com/kizitonwose/PodsUpdater</url>
</reference>
</externalReferences>
<purl>pkg:generic/[email protected]</purl>
</component>
</metadata>
<components>
<component type="library" bom-ref="pkg:cocoapods/[email protected]">
<author>J.P. Illanes <[email protected]></author>
<publisher>J.P. Illanes <[email protected]></publisher>
<name>Highlightr</name>
<version>2.1.0</version>
<description><![CDATA[Highlightr is an iOS & macOS syntax highlighter built with Swift. It uses highlight.js as it core, supports 176 languages and comes with 79 styles.]]></description>
<hashes>
<hash alg="SHA-1">595f3e100737c8de41113385da8bd0b5b65212c6</hash>
</hashes>
<licenses>
<license>
<id>MIT</id>
</license>
</licenses>
<purl>pkg:cocoapods/[email protected]</purl>
<externalReferences>
<reference type="website">
<url>http://github.com/raspu/Highlightr</url>
</reference>
</externalReferences>
<evidence>
<identity>
<field>purl</field>
<confidence>0.6</confidence>
<methods>
<method>
<technique>manifest-analysis</technique>
<confidence>0.6</confidence>
<value>PodsUpdater/Podfile.lock</value>
</method>
</methods>
</identity>
</evidence>
</component>
<component type="library" bom-ref="pkg:cocoapods/[email protected]">
<author>Krunoslav Zaher <[email protected]></author>
<publisher>Krunoslav Zaher <[email protected]></publisher>
<name>RxAtomic</name>
<version>4.4.2</version>
<description><![CDATA[Atomic primitives for RxSwift.]]></description>
<hashes>
<hash alg="SHA-1">d00e97c10db88c6f08540e0bf2752fc5a2404167</hash>
</hashes>
<licenses>
<license>
<id>MIT</id>
</license>
</licenses>
<purl>pkg:cocoapods/[email protected]</purl>
<externalReferences>
<reference type="website">
<url>https://github.com/ReactiveX/RxSwift</url>
</reference>
</externalReferences>
<evidence>
<identity>
<field>purl</field>
<confidence>0.6</confidence>
<methods>
<method>
<technique>manifest-analysis</technique>
<confidence>0.6</confidence>
<value>PodsUpdater/Podfile.lock</value>
</method>
</methods>
</identity>
</evidence>
</component>
<component type="library" bom-ref="pkg:cocoapods/[email protected]">
<author>Krunoslav Zaher <[email protected]></author>
<publisher>Krunoslav Zaher <[email protected]></publisher>
<name>RxCocoa</name>
<version>4.4.2</version>
<description><![CDATA[* UI extensions\n* NSURL extensions\n* KVO extensions]]></description>
<hashes>
<hash alg="SHA-1">477990dc3b4c3ff55fb0ac77e1cc06244e0aaec8</hash>
</hashes>
<licenses>
<license>
<id>MIT</id>
</license>
</licenses>
<purl>pkg:cocoapods/[email protected]</purl>
<externalReferences>
<reference type="website">
<url>https://github.com/ReactiveX/RxSwift</url>
</reference>
</externalReferences>
<evidence>
<identity>
<field>purl</field>
<confidence>0.6</confidence>
<methods>
<method>
<technique>manifest-analysis</technique>
<confidence>0.6</confidence>
<value>PodsUpdater/Podfile.lock</value>
</method>
</methods>
</identity>
</evidence>
</component>
<component type="library" bom-ref="pkg:cocoapods/[email protected]">
<author>Krunoslav Zaher <[email protected]></author>
<publisher>Krunoslav Zaher <[email protected]></publisher>
<name>RxSwift</name>
<version>4.4.2</version>
<description><\n\nLike the original [Rx](https://github.com/Reactive-extensions/Rx.Net), its intention is to enable easy composition of asynchronous operations and event streams.\n\nIt tries to port as many concepts from the original Rx as possible, but some concepts were adapted for more pleasant and performant integration with iOS/macOS/Linux environment.\n\nProbably the best analogy for those who have never heard of Rx would be:\n\n```\ngit diff | grep bug | less # linux pipes - programs communicate by sending\n\t\t\t\t # sequences of bytes, words, lines, '\x00' terminated strings...\n```\nwould become if written in RxSwift\n```\ngitDiff().grep(\"bug\").less // sequences of swift objects\n```]]></description>
<hashes>
<hash alg="SHA-1">74c29b693c8e42b0f64400e8b06564575742d649</hash>
</hashes>
<licenses>
<license>
<id>MIT</id>
</license>
</licenses>
<purl>pkg:cocoapods/[email protected]</purl>
<externalReferences>
<reference type="website">
<url>https://github.com/ReactiveX/RxSwift</url>
</reference>
</externalReferences>
<evidence>
<identity>
<field>purl</field>
<confidence>0.6</confidence>
<methods>
<method>
<technique>manifest-analysis</technique>
<confidence>0.6</confidence>
<value>PodsUpdater/Podfile.lock</value>
</method>
</methods>
</identity>
</evidence>
</component>
</components>
<dependencies>
<dependency ref="pkg:cocoapods/[email protected]"/>
<dependency ref="pkg:cocoapods/[email protected]"/>
<dependency ref="pkg:cocoapods/[email protected]">
<dependency ref="pkg:cocoapods/[email protected]"/>
</dependency>
<dependency ref="pkg:cocoapods/[email protected]">
<dependency ref="pkg:cocoapods/[email protected]"/>
</dependency>
<dependency ref="pkg:generic/[email protected]">
<dependency ref="pkg:cocoapods/[email protected]"/>
<dependency ref="pkg:cocoapods/[email protected]"/>
<dependency ref="pkg:cocoapods/[email protected]"/>
</dependency>
</dependencies>
</bom>