audit, advisories and doctors/setup work

This commit is contained in:
master
2026-01-13 18:53:39 +02:00
parent 9ca7cb183e
commit d7be6ba34b
811 changed files with 54242 additions and 4056 deletions

31
samples/spdx-3.0.1.json Normal file
View File

@@ -0,0 +1,31 @@
{
"@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld",
"spdxVersion": "SPDX-3.0.1",
"creationInfo": {
"@type": "CreationInfo",
"specVersion": "3.0.1",
"created": "2026-01-13T00:00:00Z",
"createdBy": [
"Tool: stellaops-sbom-sample-1.0.0"
],
"dataLicense": "CC0-1.0"
},
"@graph": [
{
"@type": "SpdxDocument",
"@id": "https://example.invalid/spdxdoc/0001",
"spdxId": "SPDXRef-DOCUMENT",
"name": "StellaOps Sample SPDX 3.0.1"
},
{
"@type": "SoftwareArtifact",
"@id": "https://example.invalid/spdxdoc/0001#artifact-1",
"spdxId": "SPDXRef-Artifact-1",
"name": "stellaops-sample-app",
"description": "Sample application component"
}
],
"rootElement": [
"SPDXRef-DOCUMENT"
]
}