We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d47944 commit 6103208Copy full SHA for 6103208
libspdm.cdx.json
@@ -0,0 +1,38 @@
1
+{
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "version": 1,
5
+ "metadata": {
6
+ "authors": [
7
+ {
8
+ "name": "@VCS_SBOM_AUTHORS@"
9
+ }
10
+ ]
11
+ },
12
+ "components": [
13
14
+ "type": "library",
15
+ "bom-ref": "pkg:github/DMTF/libspdm@@VCS_TAG@",
16
+ "cpe": "cpe:2.3:a:DMTF:libspdm:@VCS_TAG@:*:*:*:*:*:*:*",
17
+ "name": "libspdm",
18
+ "version": "@VCS_VERSION@",
19
+ "description": "Sample implementation of DMTF SPDM",
20
+ "supplier": {
21
+ "name": "libspdm developers"
22
23
+ "licenses": [
24
25
+ "license": {
26
+ "id": "BSD-3-Clause"
27
28
29
+ ],
30
+ "externalReferences": [
31
32
+ "type": "vcs",
33
+ "url": "https://github.com/DMTF/libspdm"
34
35
36
37
38
+}
0 commit comments