github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/format/spdxjson/test-fixtures/spdx/example7-golang.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": "golang-dist", 10 "documentNamespace": "https://swinslow.net/spdx-examples/example7/golang-dist", 11 "documentDescribes": [ 12 "SPDXRef-golang-dist" 13 ], 14 "packages": [ 15 { 16 "name": "go1.16.4.linux-amd64", 17 "SPDXID": "SPDXRef-golang-dist", 18 "downloadLocation": "https://golang.org/dl/go1.16.4.linux-amd64.tar.gz", 19 "versionInfo": "1.16.4", 20 "filesAnalyzed": false, 21 "checksums": [ 22 { 23 "algorithm": "SHA256", 24 "checksumValue": "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59" 25 } 26 ], 27 "licenseConcluded": "NOASSERTION", 28 "licenseDeclared": "LicenseRef-Golang-BSD-plus-Patents", 29 "copyrightText": "Copyright (c) 2009 The Go Authors. All rights reserved." 30 }, 31 { 32 "name": "go", 33 "SPDXID": "SPDXRef-go-compiler", 34 "downloadLocation": "https://golang.org/dl/go1.16.4.linux-amd64.tar.gz", 35 "versionInfo": "1.16.4", 36 "filesAnalyzed": false, 37 "licenseConcluded": "NOASSERTION", 38 "licenseDeclared": "NOASSERTION", 39 "copyrightText": "NOASSERTION" 40 } 41 ] 42 }