-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsbom.cdx.json
More file actions
58 lines (58 loc) · 1.34 KB
/
Copy pathsbom.cdx.json
File metadata and controls
58 lines (58 loc) · 1.34 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
{
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"serialNumber": "urn:uuid:03c7e7d1-8c0b-498e-aa8b-9047da384b84",
"version": 1,
"metadata": {
"timestamp": "2026-05-18T00:00:00Z",
"tools": [
{
"vendor": "wl_manager",
"name": "manual-baseline",
"version": "1.0.0"
}
],
"component": {
"type": "application",
"bom-ref": "pkg:splunk/wl_manager@1.0.0-rc1",
"name": "wl_manager",
"version": "1.0.0-rc1",
"description": "Manage detection-rule CSV whitelists with inline editing, approval workflows, version control, and diff-based audit trail",
"publisher": "Oleh Bezsonov",
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
}
],
"purl": "pkg:splunk/wl_manager@1.0.0-rc1",
"properties": [
{
"name": "splunk:build",
"value": "660"
},
{
"name": "splunk:app_id",
"value": "wl_manager"
}
]
}
},
"components": [],
"dependencies": [
{
"ref": "pkg:splunk/wl_manager@1.0.0-rc1",
"dependsOn": []
}
],
"compositions": [
{
"aggregate": "complete",
"assemblies": [
"pkg:splunk/wl_manager@1.0.0-rc1"
]
}
]
}