github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/gosbom/formats/spdxjson/test-fixtures/spdx/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": [ "Person: Nisha K (nishak@vmware.com)" ]
     8    },
     9    "name": "hello-go-module.spdx.json",
    10    "documentNamespace": "https://swinslow.net/spdx-examples/example7/hello-go-module",
    11    "documentDescribes": [
    12      "SPDXRef-go-module-example.com/hello"
    13    ],
    14    "packages": [
    15      {
    16        "name": "example.com/hello",
    17        "SPDXID": "SPDXRef-go-module-example.com/hello",
    18        "downloadLocation": "git@github.com:swinslow/spdx-examples.git#example7/content/src/hello",
    19        "filesAnalyzed": false,
    20        "licenseConcluded": "NOASSERTION",
    21        "licenseDeclared": "NOASSERTION",
    22        "copyrightText": "NOASSERTION"
    23      }
    24    ]
    25  }