-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathsbom.cdx.json
More file actions
38 lines (38 loc) · 958 Bytes
/
Copy pathsbom.cdx.json
File metadata and controls
38 lines (38 loc) · 958 Bytes
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
{
"$schema": "http://cyclonedx.org/schema/bom-1.7.schema.json",
"version": 1,
"bomFormat": "CycloneDX",
"specVersion": "1.7",
"metadata": {
"component": {
"bom-ref": "pkg:pypi/tzdata@2026.1",
"name": "tzdata",
"version": "2026.1",
"purl": "pkg:pypi/tzdata@2026.1",
"type": "library",
"components": [
{
"bom-ref": "https://www.iana.org/time-zones",
"name": "tz",
"version": "2026a",
"type": "data",
"data": [
{
"type": "dataset",
"name": "IANA Time Zone Database",
"description": "zic-compiled TZif timezone files"
}
],
"licenses": [
{
"license": {
"name": "tz database license",
"url": "https://data.iana.org/time-zones/tz-link.html"
}
}
]
}
]
}
}
}