-
Notifications
You must be signed in to change notification settings - Fork 0
/
hostap.cdx.json
42 lines (42 loc) · 964 Bytes
/
hostap.cdx.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
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "pkg:hostapd/wpa_supplicant@@VCS_TAG@",
"cpe": "cpe:2.3:a:hostapd:wpa_supplicant:@VCS_TAG@:*:*:*:*:*:*:*",
"name": "wpa_supplicant",
"version": "@VCS_VERSION@",
"description": "The IEEE 802.1X/WPA component, implementing key negotiation with an authenticator",
"supplier": {
"name": "wpa_supplicant developers"
},
"licenses": [
{
"license": {
"id": "BSD-3-Clause"
}
}
],
"externalReferences": [
{
"type": "website",
"url": "https://hostap.epitest.fi/wpa_supplicant/"
},
{
"type": "vcs",
"url": "git://w1.fi/srv/git/hostap.git"
}
]
}
]
}