Notifications Severity Transition Events (Web V)

This document defines the severity.transition.v1 event that the Stella Ops Web gateway emits to the notifier bus whenever a finding’s severity changes. It is the contract for downstream consumers (Console, Observability, Export Center) that react to severity escalations and de-escalations, with traceability and audit linking built in.

Status

Scope

Event Shape

Delivery & QoS

Sample Payload

{
  "event_type": "severity.transition.v1",
  "tenant_id": "acme-tenant",
  "project_id": "proj-ops",
  "finding_id": "f-7e12d9",
  "risk_id": "r-4421",
  "from_severity": "medium",
  "to_severity": "high",
  "transition_reason": "exploit_seen",
  "occurred_at": "2025-12-01T10:15:20Z",
  "trace_id": "01HXYZABCD1234567890",
  "correlation_id": "01HXYZABCD1234567890",
  "actor": { "subject": "policy-svc", "type": "service" },
  "vex_statement_id": "vex-123",
  "evidence_bundle_id": "bundle-01HF7T4X6E4S7A6PK8",
  "source": "gateway",
  "version": "v1"
}