github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/format/spdxjson/test-fixtures/spdx/bad/example7-bin.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-binary.spdx.json",
    14    "documentNamespace": "https://swinslow.net/spdx-examples/example7/hello-go-binary",
    15    "externalDocumentRefs": [
    16      {
    17        "externalDocumentId": "DocumentRef-hello-go-module",
    18        "checksum": {
    19          "algorithm": "SHA1",
    20          "checksumValue": "d661f8f831a99c288a64e5843b4794ad5181224a"
    21        },
    22        "spdxDocument": "https://swinslow.net/spdx-examples/example7/hello-go-module-cfa0c58d-79db-4860-99b6-258477e4838b"
    23      },
    24      {
    25        "externalDocumentId": "DocumentRef-golang-dist",
    26        "checksum": {
    27          "algorithm": "SHA1",
    28          "checksumValue": "b6cf54a46329e7cc7610aa5d244018b80103d111"
    29        },
    30        "spdxDocument": "https://swinslow.net/spdx-examples/example7/golang-dist-492dfde4-318b-49f7-b48c-934bfafbde48"
    31      },
    32      {
    33        "externalDocumentId": "DocumentRef-hello-imports",
    34        "checksum": {
    35          "algorithm": "SHA1",
    36          "checksumValue": "14ff98203c3ddd2bd4803c00b5225d2551ca603c"
    37        },
    38        "spdxDocument": "https://swinslow.net/spdx-examples/example7/hello-imports-c2d068df-67aa-4c68-98c8-100b450fc408"
    39      }
    40    ],
    41    "documentDescribes": [
    42      "SPDXRef-go-bin-hello"
    43    ],
    44    "packages": [
    45      {
    46        "packageName": "hello",
    47        "SPDXID": "SPDXRef-go-bin-hello",
    48        "downloadLocation": "git@github.com:swinslow/spdx-examples.git#example7/content/build/hello",
    49        "filesAnalyzed": "false",
    50        "packageLicenseConcluded": "NOASSERTION",
    51        "packageLicenseDeclared": "NOASSERTION",
    52        "packageCopyrightText": "NOASSERTION"
    53      }
    54    ],
    55    "relationships": [
    56      {
    57        "spdxElementId": "DocumentRef-golang-dist",
    58        "relatedSpdxElement": "DocumentRef-hello-go-module",
    59        "relationshipType": "BUILD_TOOL_OF"
    60      },
    61      {
    62        "spdxElementId": "DocumentRef-golang-dist:SPDXRef-go-compiler",
    63        "relatedSpdxElement": "SPDXRef-go-bin-hello",
    64        "relationshipType": "GENERATES"
    65      },
    66      {
    67        "spdxElementId": "DocumentRef-hello-imports",
    68        "relatedSpdxElement": "SPDXRef-go-bin-hello",
    69        "relationshipType": "STATIC_LINK"
    70      }
    71    ]
    72  }