File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " http://cyclonedx.org/schema/bom-1.6.schema.json" ,
3
+ "bomFormat" : " CycloneDX" ,
4
+ "specVersion" : " 1.6" ,
5
+ "serialNumber" : " urn:uuid:472bda2e-8d12-4ee5-af87-29b0bf1b348e" ,
6
+ "version" : 1 ,
7
+ "metadata" : {
8
+ "component" : {
9
+ "bom-ref" : " @cyclonedx/cyclonedx-library" ,
10
+ "type" : " library" ,
11
+ "group" : " cyclonedx" ,
12
+ "name" : " cyclonedx-library" ,
13
+ "description" : " Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser)." ,
14
+ "externalReferences" : [
15
+ {
16
+ "type" : " vcs" ,
17
+ "url" : " https://github.com/CycloneDX/cyclonedx-javascript-library"
18
+ },
19
+ {
20
+ "type" : " issue-tracker" ,
21
+ "url" : " https://github.com/CycloneDX/cyclonedx-javascript-library/issues"
22
+ }
23
+ ]
24
+ },
25
+ "authors" : [
26
+ {
27
+ "name" : " Jan Kowalleck" ,
28
+ "email" : " jan.kowalleck@owasp.org"
29
+ }
30
+ ]
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments