-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbom.json
More file actions
87 lines (87 loc) · 2.52 KB
/
bom.json
File metadata and controls
87 lines (87 loc) · 2.52 KB
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
{
"bomFormat": "CycloneDX",
"specVersion": "1.7",
"serialNumber": "urn:uuid:fbdc1591-da0c-4725-8215-af80dd456922",
"version": 1,
"metadata": {
"timestamp": "2026-04-30T22:36:37Z",
"tools": {
"components": [
{
"type": "application",
"authors": [
{
"name": "CycloneDX"
}
],
"name": "CycloneDX module for .NET",
"version": "6.2.0.0",
"externalReferences": [
{
"url": "https://github.com/CycloneDX/cyclonedx-dotnet",
"type": "website"
}
]
}
]
},
"component": {
"type": "application",
"bom-ref": "LogicGrid@0.0.0",
"name": "LogicGrid",
"version": "0.0.0"
}
},
"components": [
{
"type": "library",
"bom-ref": "pkg:nuget/System.Text.Json@8.0.6",
"authors": [
{
"name": "Microsoft"
}
],
"name": "System.Text.Json",
"version": "8.0.6",
"description": "Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.\n\nThe System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.",
"scope": "required",
"hashes": [
{
"alg": "SHA-512",
"content": "B38A6696DE5DA36D12837A1FE854A34A40A85751270A66938B5A040A7FE4194845018E03F1D607DAAFAA8FF27A5BFE6D3CBC6F5DFA50ED376394F0915ABA06ED"
}
],
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
"purl": "pkg:nuget/System.Text.Json@8.0.6",
"externalReferences": [
{
"url": "https://dot.net/",
"type": "website"
},
{
"url": "https://github.com/dotnet/runtime",
"type": "vcs"
}
]
}
],
"dependencies": [
{
"ref": "LogicGrid@0.0.0",
"dependsOn": [
"pkg:nuget/System.Text.Json@8.0.6"
]
},
{
"ref": "pkg:nuget/System.Text.Json@8.0.6",
"dependsOn": []
}
]
}