|
| 1 | +<?xml version="1.0" ?> |
| 2 | +<bom xmlns="http://cyclonedx.org/schema/bom/1.6" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1"> |
| 3 | + <metadata> |
| 4 | + <timestamp>2023-01-07T13:44:32.312678+00:00</timestamp> |
| 5 | + </metadata> |
| 6 | + <components> |
| 7 | + <component type="cryptographic-asset" bom-ref="crypto-algorithm"> |
| 8 | + <name>My Algorithm</name> |
| 9 | + <version>1.0</version> |
| 10 | + <cryptoProperties> |
| 11 | + <assetType>algorithm</assetType> |
| 12 | + <algorithmProperties> |
| 13 | + <primitive>kem</primitive> |
| 14 | + <parameterSetIdentifier>a-parameter-set-id</parameterSetIdentifier> |
| 15 | + <curve>9n8y2oxty3ao83n8qc2g2x3qcw4jt4wj</curve> |
| 16 | + <executionEnvironment>software-plain-ram</executionEnvironment> |
| 17 | + <implementationPlatform>generic</implementationPlatform> |
| 18 | + <certificationLevel>fips140-1-l1</certificationLevel> |
| 19 | + <certificationLevel>fips140-2-l3</certificationLevel> |
| 20 | + <certificationLevel>other</certificationLevel> |
| 21 | + <mode>ecb</mode> |
| 22 | + <padding>pkcs7</padding> |
| 23 | + <cryptoFunctions> |
| 24 | + <cryptoFunction>sign</cryptoFunction> |
| 25 | + <cryptoFunction>unknown</cryptoFunction> |
| 26 | + </cryptoFunctions> |
| 27 | + <classicalSecurityLevel>2</classicalSecurityLevel> |
| 28 | + <nistQuantumSecurityLevel>2</nistQuantumSecurityLevel> |
| 29 | + </algorithmProperties> |
| 30 | + <oid>an-oid-here</oid> |
| 31 | + </cryptoProperties> |
| 32 | + <tags> |
| 33 | + <tag>algorithm</tag> |
| 34 | + </tags> |
| 35 | + </component> |
| 36 | + <component type="library" bom-ref="some-library"> |
| 37 | + <author>Test Author</author> |
| 38 | + <name>setuptools</name> |
| 39 | + <version>50.3.2</version> |
| 40 | + <licenses> |
| 41 | + <license> |
| 42 | + <id>MIT</id> |
| 43 | + </license> |
| 44 | + </licenses> |
| 45 | + < purl>pkg:pypi/ [email protected]?extension=tar.gz</ purl> |
| 46 | + </component> |
| 47 | + <component type="library" bom-ref="crypto-library"> |
| 48 | + <name>toml</name> |
| 49 | + <version>0.10.2</version> |
| 50 | + <hashes> |
| 51 | + <hash alg="SHA-256">806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b</hash> |
| 52 | + </hashes> |
| 53 | + < purl>pkg:pypi/ [email protected]?extension=tar.gz</ purl> |
| 54 | + <externalReferences> |
| 55 | + <reference type="distribution"> |
| 56 | + <url>https://cyclonedx.org</url> |
| 57 | + <comment>No comment</comment> |
| 58 | + <hashes> |
| 59 | + <hash alg="SHA-256">806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b</hash> |
| 60 | + </hashes> |
| 61 | + </reference> |
| 62 | + </externalReferences> |
| 63 | + </component> |
| 64 | + </components> |
| 65 | + <dependencies> |
| 66 | + <dependency ref="crypto-algorithm"/> |
| 67 | + <dependency ref="crypto-library"> |
| 68 | + <dependency ref="some-library"/> |
| 69 | + <provides ref="crypto-algorithm"/> |
| 70 | + </dependency> |
| 71 | + <dependency ref="some-library"/> |
| 72 | + </dependencies> |
| 73 | + <properties> |
| 74 | + <property name="key1">val1</property> |
| 75 | + <property name="key2">val2</property> |
| 76 | + </properties> |
| 77 | +</bom> |
0 commit comments