tests fixes and sprints work

This commit is contained in:
master
2026-01-22 19:08:46 +02:00
parent c32fff8f86
commit 726d70dc7f
881 changed files with 134434 additions and 6228 deletions

View File

@@ -0,0 +1,51 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.7",
"serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
"version": 1,
"metadata": {
"component": {
"bom-ref": "root",
"name": "sample-app",
"version": "1.0.0"
}
},
"services": [
{
"bom-ref": "svc-api",
"name": "api-gateway",
"version": "2.1.0",
"endpoints": [
"https://api.example.com",
"http://legacy.example.com"
],
"authenticated": false,
"crossesTrustBoundary": true,
"properties": [
{ "name": "x-trust-boundary", "value": "external" },
{ "name": "x-rate-limited", "value": "false" }
],
"data": [
{
"direction": "outbound",
"classification": "PII",
"destination": "svc-auth"
}
],
"services": [
{
"bom-ref": "svc-auth",
"name": "auth",
"version": "1.0.0",
"authenticated": false,
"endpoints": [
"http://auth.internal"
],
"properties": [
{ "name": "x-trust-boundary", "value": "internal" }
]
}
]
}
]
}