github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/gosbom/formats/spdxjson/test-fixtures/spdx/example7-third-party-modules.spdx.json (about) 1 { 2 "spdxVersion": "SPDX-2.2", 3 "dataLicense": "CC0-1.0", 4 "SPDXID": "SPDXRef-DOCUMENT", 5 "creationInfo": { 6 "created": "2020-11-24T01:12:27Z", 7 "creators": [ "Person: Nisha K (nishak@vmware.com)" ] 8 }, 9 "name": "hello-imports.spdx.json", 10 "documentNamespace": "https://swinslow.net/spdx-examples/example7/hello-imports", 11 "documentDescribes": [ 12 "SPDXRef-go-module-golang.org/x/text", 13 "SPDXRef-go-module-rsc.io/quote", 14 "SPDXRef-go-module-rsc.io/sampler" 15 ], 16 "packages": [ 17 { 18 "name": "golang.org/x/text", 19 "SPDXID": "SPDXRef-go-module-golang.org/x/text", 20 "downloadLocation": "go://golang.org/x/text@v0.0.0-20170915032832-14c0d48ead0c", 21 "filesAnalyzed": false, 22 "licenseConcluded": "NOASSERTION", 23 "licenseDeclared": "NOASSERTION", 24 "copyrightText": "NOASSERTION" 25 }, 26 { 27 "name": "rsc.io/quote", 28 "SPDXID": "SPDXRef-go-module-rsc.io/quote", 29 "downloadLocation": "go://rsc.io/quote@v1.5.2", 30 "filesAnalyzed": false, 31 "licenseConcluded": "NOASSERTION", 32 "licenseDeclared": "NOASSERTION", 33 "copyrightText": "NOASSERTION" 34 }, 35 { 36 "name": "rsc.io/sampler", 37 "SPDXID": "SPDXRef-go-module-rsc.io/sampler", 38 "downloadLocation": "go://rsc.io/sampler@v1.3.0", 39 "filesAnalyzed": false, 40 "licenseConcluded": "NOASSERTION", 41 "licenseDeclared": "NOASSERTION", 42 "copyrightText": "NOASSERTION" 43 } 44 ] 45 }