@soos-io/soos-sbom 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/test-files/graphql.cdx.json +105 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soos-io/soos-sbom",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "SOOS wrapper script to upload SBOMs.",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/soos-io/soos-sbom#readme",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@soos-io/api-client": "0.2.
|
|
30
|
+
"@soos-io/api-client": "0.2.29",
|
|
31
31
|
"argparse": "^2.0.1",
|
|
32
32
|
"glob": "^10.3.10",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/argparse": "^2.0.14",
|
|
37
|
-
"@types/node": "^20.
|
|
38
|
-
"prettier": "^3.
|
|
37
|
+
"@types/node": "^20.11.5",
|
|
38
|
+
"prettier": "^3.2.4",
|
|
39
39
|
"typescript": "^5.3.3"
|
|
40
40
|
},
|
|
41
41
|
"bin": {
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bomFormat": "CycloneDX",
|
|
3
|
+
"specVersion": "1.4",
|
|
4
|
+
"serialNumber": "urn:uuid:d01162e3-dadf-40cd-bbc8-6a5c1ec4e2f3",
|
|
5
|
+
"version": 1,
|
|
6
|
+
"metadata": {
|
|
7
|
+
"timestamp": "2023-09-27T00:24:23Z",
|
|
8
|
+
"tools": [
|
|
9
|
+
{
|
|
10
|
+
"vendor": "SOOS",
|
|
11
|
+
"name": "SOOS SCA",
|
|
12
|
+
"version": "31.12.0.1",
|
|
13
|
+
"externalReferences": [
|
|
14
|
+
{
|
|
15
|
+
"url": "https://soos.io/",
|
|
16
|
+
"type": "website"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"url": "https://soos.io/terms-of-service",
|
|
20
|
+
"type": "license",
|
|
21
|
+
"comment": "SOOS is providing this SBOM for non-commercial use. By downloading an SBOM from SOOS, you agree to all applicable terms at https://soos.io/terms-of-service. If you are interested in commercial SBOM access please contact sales@soos.io"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"authors": [
|
|
27
|
+
{
|
|
28
|
+
"email": "support@soos.io"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"component": {
|
|
32
|
+
"type": "application",
|
|
33
|
+
"author": " (support@soos.io)",
|
|
34
|
+
"publisher": "SOOS",
|
|
35
|
+
"name": "graphql",
|
|
36
|
+
"description": "SOOS SCA scan against pkg:npm/graphql@16.8.1",
|
|
37
|
+
"hashes": [
|
|
38
|
+
{
|
|
39
|
+
"alg": "SHA-256",
|
|
40
|
+
"content": "fc511a27f8e66409eaad43c808737eed838a6c72640b71bb32c602267c155c4b"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"licenses": [
|
|
45
|
+
{
|
|
46
|
+
"license": {
|
|
47
|
+
"id": "CC0-1.0"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"components": [
|
|
53
|
+
{
|
|
54
|
+
"type": "library",
|
|
55
|
+
"bom-ref": "pkg:npm/graphql@16.8.1",
|
|
56
|
+
"supplier": {
|
|
57
|
+
"name": "graphql",
|
|
58
|
+
"url": [
|
|
59
|
+
"https://github.com/graphql/graphql-js"
|
|
60
|
+
],
|
|
61
|
+
"contact": []
|
|
62
|
+
},
|
|
63
|
+
"name": "graphql",
|
|
64
|
+
"version": "16.8.1",
|
|
65
|
+
"hashes": [
|
|
66
|
+
{
|
|
67
|
+
"alg": "SHA-1",
|
|
68
|
+
"content": "1930a965bef1170603702acdb68aedd3f3cf6f07"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"licenses": [
|
|
72
|
+
{
|
|
73
|
+
"license": {
|
|
74
|
+
"id": "MIT"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"purl": "pkg:npm/graphql@16.8.1",
|
|
79
|
+
"externalReferences": [
|
|
80
|
+
{
|
|
81
|
+
"url": "https://www.npmjs.com/package/graphql/v/16.8.1",
|
|
82
|
+
"type": "website"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"dependencies": [
|
|
88
|
+
{
|
|
89
|
+
"ref": "pkg:npm/graphql@16.8.1",
|
|
90
|
+
"dependsOn": []
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"compositions": [
|
|
94
|
+
{
|
|
95
|
+
"aggregate": "complete",
|
|
96
|
+
"dependencies": [
|
|
97
|
+
"pkg:npm/graphql@16.8.1"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"aggregate": "incomplete",
|
|
102
|
+
"dependencies": []
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|