Skip to content

Commit

Permalink
Add external maps for manually added external refs
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Jan 10, 2025
1 parent 1ec02fa commit ccf43dc
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion software/example6/spdx3.0/example6-bin.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,44 @@
"type" : "SpdxDocument",
"dataLicense" : "https://swinslow.net/spdx-examples/example6/hello-go-bin-v2-specv3/SPDXRef-gnrtd16",
"rootElement" : [ "https://swinslow.net/spdx-examples/example6/hello-go-bin-v2-specv3/SPDXRef-gnrtd4" ],
"import" : [ {
"import" : [ {
"type" : "ExternalMap",
"verifiedUsing" : [ {
"type" : "Hash",
"algorithm" : "sha1",
"hashValue" : "58e4a6d5745f032b9788142e49edee1b508c7ac5"
} ],
"externalSpdxId" : "https://swinslow.net/spdx-examples/example6/go-lib-v2#SPDXRef-Package-go-compiler",
"locationHint" : "https://swinslow.net/spdx-examples/example6/go-lib-v2"
}, {
"type" : "ExternalMap",
"verifiedUsing" : [ {
"type" : "Hash",
"algorithm" : "sha1",
"hashValue" : "58e4a6d5745f032b9788142e49edee1b508c7ac5"
} ],
"externalSpdxId" : "https://swinslow.net/spdx-examples/example6/go-lib-v2#SPDXRef-Package-go.fmt",
"locationHint" : "https://swinslow.net/spdx-examples/example6/go-lib-v2"
}, {
"type" : "ExternalMap",
"verifiedUsing" : [ {
"type" : "Hash",
"algorithm" : "sha1",
"hashValue" : "58e4a6d5745f032b9788142e49edee1b508c7ac5"
} ],
"externalSpdxId" : "https://swinslow.net/spdx-examples/example6/go-lib-v2#SPDXRef-Package-go.reflect",
"locationHint" : "https://swinslow.net/spdx-examples/example6/go-lib-v2"
}, {
"type" : "ExternalMap",
"verifiedUsing" : [ {
"type" : "Hash",
"algorithm" : "sha1",
"hashValue" : "58e4a6d5745f032b9788142e49edee1b508c7ac5"
} ],
"externalSpdxId" : "https://swinslow.net/spdx-examples/example6/go-lib-v2#SPDXRef-Package-go.strconv",
"locationHint" : "https://swinslow.net/spdx-examples/example6/go-lib-v2"
}, {
"type" : "ExternalMap",
"verifiedUsing" : [ {
"type" : "Hash",
"algorithm" : "sha1",
Expand Down

0 comments on commit ccf43dc

Please sign in to comment.