-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbom.xml
140 lines (140 loc) · 4.72 KB
/
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
<?xml version="1.0" encoding="utf-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.3" serialNumber="urn:uuid:b2a2d9e7-5c7a-420d-af28-9efbc9e6321d" version="1">
<metadata>
<timestamp>2022-12-13T12:50:39.233909345Z</timestamp>
<tools>
<tool>
<vendor>CycloneDX</vendor>
<name>cargo-cyclonedx</name>
<version>0.3.7</version>
</tool>
</tools>
<authors>
<author>
<name>Tobias Waurick</name>
<email>[email protected]</email>
</author>
<author>
<name>Hendrik Sollich</name>
<email>[email protected]</email>
</author>
<author>
<name>Richard Haehne</name>
<email>[email protected]</email>
</author>
</authors>
<component type="library" bom-ref="pkg:cargo/[email protected]">
<name>sframe</name>
<version>0.1.0</version>
<description>pure rust implementatio of SFrame draft-ietf-sframe-enc-01</description>
<scope>required</scope>
<licenses>
<expression>MIT OR Apache-2.0</expression>
</licenses>
<purl>pkg:cargo/[email protected]</purl>
<externalReferences>
<reference type="documentation">
<url>https://docs.rs/sframe/</url>
</reference>
<reference type="vcs">
<url>https://github.com/goto-opensource/sframe-rs</url>
</reference>
</externalReferences>
</component>
</metadata>
<components>
<component type="library" bom-ref="pkg:cargo/[email protected]">
<name>bitfield</name>
<version>0.14.0</version>
<description>This crate provides macros to generate bitfield-like struct.</description>
<scope>required</scope>
<licenses>
<expression>MIT OR Apache-2.0</expression>
</licenses>
<purl>pkg:cargo/[email protected]</purl>
<externalReferences>
<reference type="documentation">
<url>https://docs.rs/bitfield</url>
</reference>
<reference type="vcs">
<url>https://github.com/dzamlo/rust-bitfield</url>
</reference>
</externalReferences>
</component>
<component type="library" bom-ref="pkg:cargo/[email protected]">
<name>log</name>
<version>0.4.17</version>
<description>A lightweight logging facade for Rust </description>
<scope>required</scope>
<licenses>
<expression>MIT OR Apache-2.0</expression>
</licenses>
<purl>pkg:cargo/[email protected]</purl>
<externalReferences>
<reference type="documentation">
<url>https://docs.rs/log</url>
</reference>
<reference type="vcs">
<url>https://github.com/rust-lang/log</url>
</reference>
</externalReferences>
</component>
<component type="library" bom-ref="pkg:cargo/[email protected]">
<name>num-integer</name>
<version>0.1.45</version>
<description>Integer traits and functions</description>
<scope>required</scope>
<licenses>
<expression>MIT OR Apache-2.0</expression>
</licenses>
<purl>pkg:cargo/[email protected]</purl>
<externalReferences>
<reference type="documentation">
<url>https://docs.rs/num-integer</url>
</reference>
<reference type="website">
<url>https://github.com/rust-num/num-integer</url>
</reference>
<reference type="vcs">
<url>https://github.com/rust-num/num-integer</url>
</reference>
</externalReferences>
</component>
<component type="library" bom-ref="pkg:cargo/[email protected]">
<name>ring</name>
<version>0.16.20</version>
<description>Safe, fast, small crypto using Rust.</description>
<scope>required</scope>
<purl>pkg:cargo/[email protected]</purl>
<externalReferences>
<reference type="documentation">
<url>https://briansmith.org/rustdoc/ring/</url>
</reference>
<reference type="other">
<url>ring-asm</url>
</reference>
<reference type="vcs">
<url>https://github.com/briansmith/ring</url>
</reference>
</externalReferences>
</component>
<component type="library" bom-ref="pkg:cargo/[email protected]">
<name>thiserror</name>
<version>1.0.37</version>
<description>derive(Error)</description>
<scope>required</scope>
<licenses>
<expression>MIT OR Apache-2.0</expression>
</licenses>
<purl>pkg:cargo/[email protected]</purl>
<externalReferences>
<reference type="documentation">
<url>https://docs.rs/thiserror</url>
</reference>
<reference type="vcs">
<url>https://github.com/dtolnay/thiserror</url>
</reference>
</externalReferences>
</component>
</components>
</bom>