75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"version": "0.2",
|
|
"tenantId": "tenant-default",
|
|
"tile": {
|
|
"id": "graph-tile::asset::sha256:abc123::z8/x12/y5",
|
|
"bbox": {
|
|
"minX": -122.41,
|
|
"minY": 37.77,
|
|
"maxX": -122.38,
|
|
"maxY": 37.79
|
|
},
|
|
"zoom": 8,
|
|
"etag": "c0ffee-overlay-etag"
|
|
},
|
|
"nodes": [
|
|
{
|
|
"id": "asset:registry.local/library/app@sha256:abc123",
|
|
"kind": "asset",
|
|
"label": "app:1.2.3",
|
|
"severity": "high",
|
|
"reachability": "reachable",
|
|
"attributes": {
|
|
"purl": "pkg:docker/app@sha256:abc123",
|
|
"componentCount": 42
|
|
}
|
|
},
|
|
{
|
|
"id": "component:pkg:npm/jsonwebtoken@9.0.2",
|
|
"kind": "component",
|
|
"label": "jsonwebtoken@9.0.2",
|
|
"severity": "high",
|
|
"reachability": "reachable"
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"id": "edge-1",
|
|
"source": "asset:registry.local/library/app@sha256:abc123",
|
|
"target": "component:pkg:npm/jsonwebtoken@9.0.2",
|
|
"type": "depends_on",
|
|
"weight": 0.87
|
|
}
|
|
],
|
|
"overlays": {
|
|
"policy": [
|
|
{
|
|
"nodeId": "component:pkg:npm/jsonwebtoken@9.0.2",
|
|
"badge": "fail",
|
|
"policyId": "policy://tenant-default/runtime-hardening",
|
|
"verdictAt": "2025-01-02T03:04:05Z"
|
|
}
|
|
],
|
|
"vex": [
|
|
{
|
|
"nodeId": "component:pkg:npm/jsonwebtoken@9.0.2",
|
|
"state": "under_investigation",
|
|
"statementId": "vex:tenant-default:jwt:0001",
|
|
"lastUpdated": "2025-01-02T03:04:05Z"
|
|
}
|
|
],
|
|
"aoc": [
|
|
{
|
|
"nodeId": "asset:registry.local/library/app@sha256:abc123",
|
|
"status": "pass",
|
|
"lastVerified": "2025-01-02T03:04:05Z"
|
|
}
|
|
]
|
|
},
|
|
"telemetry": {
|
|
"generationMs": 120,
|
|
"cache": "hit",
|
|
"samples": 3
|
|
}
|
|
}
|