-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm.spdx.json
100 lines (100 loc) · 3.18 KB
/
npm.spdx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"spdxVersion": "SPDX-2.3",
"dataLicense": "CC0-1.0",
"SPDXID": "SPDXRef-DOCUMENT",
"name": "ssvc@0.1.2",
"documentNamespace": "http://spdx.org/spdxdocs/ssvc-0.1.2-91ee5d63-1fb2-426f-b437-798e0753923e",
"creationInfo": {
"created": "2024-09-04T13:37:30.474Z",
"creators": [
"Tool: npm/cli-10.8.2"
]
},
"documentDescribes": [
"SPDXRef-Package-ssvc-0.1.2"
],
"packages": [
{
"name": "ssvc",
"SPDXID": "SPDXRef-Package-ssvc-0.1.2",
"versionInfo": "0.1.2",
"packageFileName": "",
"description": "TypeScript implementation of SSVC (Stakeholder-Specific Vulnerability Categorization). A prioritization framework to triage CVE vulnerabilities as an alternative or compliment to CVSS",
"primaryPackagePurpose": "LIBRARY",
"downloadLocation": "NOASSERTION",
"filesAnalyzed": false,
"homepage": "https://github.com/trivialsec/typescript-ssvc#readme",
"licenseDeclared": "MIT",
"externalRefs": [
{
"referenceCategory": "PACKAGE-MANAGER",
"referenceType": "purl",
"referenceLocator": "pkg:npm/ssvc@0.1.2"
}
]
},
{
"name": "ts-enum-util",
"SPDXID": "SPDXRef-Package-ts-enum-util-4.1.0",
"versionInfo": "4.1.0",
"packageFileName": "node_modules/ts-enum-util",
"downloadLocation": "https://registry.npmjs.org/ts-enum-util/-/ts-enum-util-4.1.0.tgz",
"filesAnalyzed": false,
"homepage": "NOASSERTION",
"licenseDeclared": "MIT",
"externalRefs": [
{
"referenceCategory": "PACKAGE-MANAGER",
"referenceType": "purl",
"referenceLocator": "pkg:npm/ts-enum-util@4.1.0"
}
],
"checksums": [
{
"algorithm": "SHA512",
"checksumValue": "908b38f22b6635e864ccb9346095bf2df236f95158972b1c1ac63ea033429f1ac37e47b1fce7d8515d62a7b2fb60837ba694aa8f656638eb2c896f35467a3d40"
}
]
},
{
"name": "zod",
"SPDXID": "SPDXRef-Package-zod-3.23.8",
"versionInfo": "3.23.8",
"packageFileName": "node_modules/zod",
"downloadLocation": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"filesAnalyzed": false,
"homepage": "NOASSERTION",
"licenseDeclared": "MIT",
"externalRefs": [
{
"referenceCategory": "PACKAGE-MANAGER",
"referenceType": "purl",
"referenceLocator": "pkg:npm/zod@3.23.8"
}
],
"checksums": [
{
"algorithm": "SHA512",
"checksumValue": "5c1c7d01785792d8d4aa77a9813884e5f95c2886168bfae67b411a8fee58d257edb8606afa3c91bbf99de169eec6a80fd6e6dda4d0ac60460fc6bcd51c3f1dea"
}
]
}
],
"relationships": [
{
"spdxElementId": "SPDXRef-DOCUMENT",
"relatedSpdxElement": "SPDXRef-Package-ssvc-0.1.2",
"relationshipType": "DESCRIBES"
},
{
"spdxElementId": "SPDXRef-Package-ts-enum-util-4.1.0",
"relatedSpdxElement": "SPDXRef-Package-ssvc-0.1.2",
"relationshipType": "DEPENDENCY_OF"
},
{
"spdxElementId": "SPDXRef-Package-zod-3.23.8",
"relatedSpdxElement": "SPDXRef-Package-ssvc-0.1.2",
"relationshipType": "DEPENDENCY_OF"
}
]
}