You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/report-artifacts.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,11 @@ fixtures explicitly.
61
61
62
62
`evidence_event_ids` are deterministic local event identifiers derived from the source line number, formatted as `line:<number>`. They let reviewers trace a finding back to the normalized input events that satisfied the rule window without implying global event identity.
63
63
64
+
Consumers should not assume that `rule_id` plus `subject` is unique within a
65
+
report. A rule can emit multiple findings for the same subject when matching
66
+
evidence appears in time-separated detector episodes. Use `window_start`,
67
+
`window_end`, and `evidence_event_ids` to distinguish episode-level findings.
68
+
64
69
`verdict_boundary` is a stable token that states what the finding must not be
65
70
read as. It keeps machine-readable findings aligned with LogLens's triage
0 commit comments