Skip to content

Commit 33870fb

Browse files
committed
Add SBOM in CycloneDX format
1 parent 082a808 commit 33870fb

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

cyclonedx-sbom.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"bomFormat": "CycloneDX",
3+
"specVersion": "1.4",
4+
"version": 1,
5+
"metadata": {
6+
"timestamp": "2022-09-18T19:48:00Z",
7+
"component": {
8+
"type": "application",
9+
"author": "Thomas Jensen and the boxes contributors",
10+
"name": "boxes",
11+
"version": "2.1.1",
12+
"description": "Command Line ASCII Boxes Unlimited!",
13+
"licenses": [
14+
{
15+
"expression": "GPL-3.0-only"
16+
}
17+
],
18+
"copyright": "Copyright (c) 1999-2021 Thomas Jensen and the boxes contributors",
19+
"externalReferences": [
20+
{
21+
"type": "website",
22+
"url": "https://boxes.thomasjensen.com/"
23+
},
24+
{
25+
"type": "vcs",
26+
"url": "https://github.com/ascii-boxes/boxes/"
27+
},
28+
{
29+
"type": "issue-tracker",
30+
"url": "https://github.com/ascii-boxes/boxes/issues"
31+
}
32+
],
33+
"properties": [
34+
{
35+
"name": "primaryLanguage",
36+
"value": "C"
37+
}
38+
]
39+
}
40+
},
41+
"components": [
42+
{
43+
"type": "library",
44+
"author": "Ben Pfaff, Bruno Haible, and Daiki Ueno",
45+
"name": "libunistring",
46+
"version": "0.9.10-4",
47+
"description": "Functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard",
48+
"licenses": [
49+
{
50+
"expression": "GPL-3.0-or-later"
51+
},
52+
{
53+
"expression": "GPL-2.0-only"
54+
}
55+
],
56+
"externalReferences": [
57+
{
58+
"type": "website",
59+
"url": "https://www.gnu.org/software/libunistring/"
60+
}
61+
],
62+
"properties": [
63+
{
64+
"name": "primaryLanguage",
65+
"value": "C"
66+
}
67+
]
68+
},
69+
{
70+
"type": "library",
71+
"author": "Philip Hazel",
72+
"name": "PCRE2",
73+
"version": "10.36",
74+
"description": "PCRE2 - Perl-compatible regular expressions (revised API)",
75+
"licenses": [
76+
{
77+
"expression": "BSD-3-Clause"
78+
}
79+
],
80+
"externalReferences": [
81+
{
82+
"type": "website",
83+
"url": "https://www.pcre.org/"
84+
}
85+
],
86+
"properties": [
87+
{
88+
"name": "primaryLanguage",
89+
"value": "C"
90+
}
91+
]
92+
}
93+
]
94+
}

0 commit comments

Comments
 (0)