1+ {
2+ "$schema" : " http://cyclonedx.org/schema/bom-1.4.schema.json" ,
3+ "bomFormat" : " CycloneDX" ,
4+ "specVersion" : " 1.4" ,
5+ "serialNumber" : " urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79" ,
6+ "version" : 1 ,
7+ "metadata" : {
8+ "timestamp" : " 2021-09-01T10:50:42.051979+00:00" ,
9+ "tools" : [
10+ {
11+ "vendor" : " CycloneDX" ,
12+ "name" : " cyclonedx-python-lib" ,
13+ "version" : " VERSION" ,
14+ "externalReferences" : [
15+ {
16+ "type" : " build-system" ,
17+ "url" : " https://github.com/CycloneDX/cyclonedx-python-lib/actions"
18+ },
19+ {
20+ "type" : " distribution" ,
21+ "url" : " https://pypi.org/project/cyclonedx-python-lib/"
22+ },
23+ {
24+ "type" : " documentation" ,
25+ "url" : " https://cyclonedx.github.io/cyclonedx-python-lib/"
26+ },
27+ {
28+ "type" : " issue-tracker" ,
29+ "url" : " https://github.com/CycloneDX/cyclonedx-python-lib/issues"
30+ },
31+ {
32+ "type" : " license" ,
33+ "url" : " https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE"
34+ },
35+ {
36+ "type" : " release-notes" ,
37+ "url" : " https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md"
38+ },
39+ {
40+ "type" : " vcs" ,
41+ "url" : " https://github.com/CycloneDX/cyclonedx-python-lib"
42+ },
43+ {
44+ "type" : " website" ,
45+ "url" : " https://cyclonedx.org"
46+ }
47+ ]
48+ }
49+ ],
50+ "component" : {
51+ "type" : " library" ,
52+ "bom-ref" :
" pkg:pypi/[email protected] ?extension=tar.gz" ,
53+ "author" : " Test Author" ,
54+ "name" : " setuptools" ,
55+ "version" : " 50.3.2" ,
56+ "licenses" : [
57+ {
58+ "expression" : " MIT License"
59+ }
60+ ],
61+ "purl" :
" pkg:pypi/[email protected] ?extension=tar.gz" 62+ }
63+ },
64+ "components" : [
65+ {
66+ "type" : " library" ,
67+ "bom-ref" :
" pkg:pypi/[email protected] ?extension=tar.gz" ,
68+ "name" : " toml" ,
69+ "version" : " 0.10.2" ,
70+ "purl" :
" pkg:pypi/[email protected] ?extension=tar.gz" ,
71+ "hashes" : [
72+ {
73+ "alg" : " SHA-256" ,
74+ "content" : " 806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
75+ }
76+ ],
77+ "externalReferences" : [
78+ {
79+ "type" : " distribution" ,
80+ "url" : " https://cyclonedx.org" ,
81+ "comment" : " No comment" ,
82+ "hashes" : [
83+ {
84+ "alg" : " SHA-256" ,
85+ "content" : " 806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
86+ }
87+ ]
88+ }
89+ ]
90+ }
91+ ],
92+ "dependencies" : [
93+ {
94+ "ref" :
" pkg:pypi/[email protected] ?extension=tar.gz" ,
95+ "dependsOn" : [
96+ " pkg:pypi/[email protected] ?extension=tar.gz" 97+ ]
98+ },
99+ {
100+ "ref" :
" pkg:pypi/[email protected] ?extension=tar.gz" ,
101+ "dependsOn" : []
102+ }
103+ ]
104+ }
0 commit comments