This repository was archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathdffml-py3.12.json
More file actions
82 lines (82 loc) · 1.8 KB
/
dffml-py3.12.json
File metadata and controls
82 lines (82 loc) · 1.8 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
{
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"serialNumber": "urn:uuid:c09ca2f6-fca7-4d6f-bfdc-e764a5fb9ebb",
"version": 1,
"metadata": {
"timestamp": "2023-12-29T22:09:58Z",
"tools": {
"components": [
{
"name": "sbom4python",
"version": "0.10.2",
"type": "application"
}
]
},
"component": {
"type": "application",
"bom-ref": "CDXRef-DOCUMENT",
"name": "Python-dffml"
}
},
"components": [
{
"type": "application",
"bom-ref": "1-dffml",
"name": "dffml",
"version": "0.4.0",
"supplier": {
"name": "John Andersen",
"contact": [
{
"email": "john.s.andersen@intel.com"
}
]
},
"cpe": "cpe:2.3:a:john_andersen:dffml:0.4.0:*:*:*:*:*:*:*",
"description": "Data Flow Facilitator for Machine Learning",
"hashes": [
{
"alg": "SHA-1",
"content": "9720e3acb7fb865c74a3be65aaa8d741111477bf"
}
],
"licenses": [
{
"license": {
"id": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
}
],
"externalReferences": [
{
"url": "https://pypi.org/project/dffml/0.4.0",
"type": "distribution",
"comment": "Download location for component"
}
],
"purl": "pkg:pypi/dffml@0.4.0",
"properties": [
{
"name": "language",
"value": "Python"
},
{
"name": "python_version",
"value": "3.12.1"
}
]
}
],
"dependencies": [
{
"ref": "CDXRef-DOCUMENT",
"dependsOn": [
"1-dffml"
]
}
]
}