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/dgibson/libfdt@@VCS_TAG@", 16 "cpe": "cpe:2.3:a:dgibson:libfdt:@VCS_TAG@:*:*:*:*:*:*:*", 17 "name": "libfdt", 18 "version": "@VCS_VERSION@", 19 "description": "Utility library for reading and manipulating the FDT binary format", 20 "supplier": { 21 "name": "libfdt developers" 22 }, 23 "licenses": [ 24 { 25 "license": { 26 "id": "BSD-2-Clause" 27 } 28 }, 29 { 30 "license": { 31 "id": "GPL-2.0-or-later" 32 } 33 } 34 ], 35 "externalReferences": [ 36 { 37 "type": "vcs", 38 "url": "https://github.com/dgibson/dtc" 39 } 40 ] 41 } 42 ] 43} 44