github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/format/spdxjson/test-fixtures/spdx/bad/example7-go-module.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": [ 8 { 9 "Person": "Nisha K (nishak@vmware.com)" 10 } 11 ] 12 }, 13 "name": "hello-go-module.spdx.json", 14 "documentNamespace": "https://swinslow.net/spdx-examples/example7/hello-go-module", 15 "documentDescribes": [ 16 "SPDXRef-go-module-example.com/hello" 17 ], 18 "packages": [ 19 { 20 "packageName": "example.com/hello", 21 "SPDXID": "SPDXRef-go-module-example.com/hello", 22 "downloadLocation": "git@github.com:swinslow/spdx-examples.git#example7/content/src/hello", 23 "filesAnalyzed": "false", 24 "packageLicenseConcluded": "NOASSERTION", 25 "packageLicenseDeclared": "NOASSERTION", 26 "packageCopyrightText": "NOASSERTION" 27 } 28 ] 29 }