-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathget_bom_v1_6_with_provides-1.6.xml.bin
More file actions
77 lines (77 loc) · 2.79 KB
/
get_bom_v1_6_with_provides-1.6.xml.bin
File metadata and controls
77 lines (77 loc) · 2.79 KB
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
<?xml version="1.0" ?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1">
<metadata>
<timestamp>2023-01-07T13:44:32.312678+00:00</timestamp>
</metadata>
<components>
<component type="cryptographic-asset" bom-ref="crypto-algorithm">
<name>My Algorithm</name>
<version>1.0</version>
<cryptoProperties>
<assetType>algorithm</assetType>
<algorithmProperties>
<primitive>kem</primitive>
<parameterSetIdentifier>a-parameter-set-id</parameterSetIdentifier>
<curve>9n8y2oxty3ao83n8qc2g2x3qcw4jt4wj</curve>
<executionEnvironment>software-plain-ram</executionEnvironment>
<implementationPlatform>generic</implementationPlatform>
<certificationLevel>fips140-1-l1</certificationLevel>
<certificationLevel>fips140-2-l3</certificationLevel>
<certificationLevel>other</certificationLevel>
<mode>ecb</mode>
<padding>pkcs7</padding>
<cryptoFunctions>
<cryptoFunction>sign</cryptoFunction>
<cryptoFunction>unknown</cryptoFunction>
</cryptoFunctions>
<classicalSecurityLevel>2</classicalSecurityLevel>
<nistQuantumSecurityLevel>2</nistQuantumSecurityLevel>
</algorithmProperties>
<oid>an-oid-here</oid>
</cryptoProperties>
<tags>
<tag>algorithm</tag>
</tags>
</component>
<component type="library" bom-ref="some-library">
<author>Test Author</author>
<name>setuptools</name>
<version>50.3.2</version>
<licenses>
<license>
<id>MIT</id>
</license>
</licenses>
<purl>pkg:pypi/setuptools@50.3.2?extension=tar.gz</purl>
</component>
<component type="library" bom-ref="crypto-library">
<name>toml</name>
<version>0.10.2</version>
<hashes>
<hash alg="SHA-256">806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b</hash>
</hashes>
<purl>pkg:pypi/toml@0.10.2?extension=tar.gz</purl>
<externalReferences>
<reference type="distribution">
<url>https://cyclonedx.org</url>
<comment>No comment</comment>
<hashes>
<hash alg="SHA-256">806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b</hash>
</hashes>
</reference>
</externalReferences>
</component>
</components>
<dependencies>
<dependency ref="crypto-algorithm"/>
<dependency ref="crypto-library">
<dependency ref="some-library"/>
<provides ref="crypto-algorithm"/>
</dependency>
<dependency ref="some-library"/>
</dependencies>
<properties>
<property name="key1">val1</property>
<property name="key2">val2</property>
</properties>
</bom>