Skip to content

LogLens v0.5.0 - Evidence Explainability Release

Latest

Choose a tag to compare

@stacknil stacknil released this 04 Jul 10:13
1ce0dd9

LogLens v0.5.0 is the Evidence Explainability Release.

This release makes the path from raw Linux authentication evidence to bounded triage findings easier to review. It stabilizes parser observability, report contracts, evidence references, and explicit non-claims without widening LogLens into an incident verdict system.

Highlights

  • Stable JSON report contract: loglens.report.v2 with schema_version: 2.
  • Stable finding explainability fields: rule_id, subject_kind, subject, grouping_key, window_start, window_end, threshold, observed_count, evidence_event_ids, and verdict_boundary.
  • Golden fixtures for report.md, report.json, findings.csv, and warnings.csv.
  • Sanitized 150-line mixed auth corpus plus a checked-in parser coverage artifact.
  • Parser failure and false-positive taxonomies.
  • Forensic-style Linux authentication evidence case studies.

Reviewer evidence

Non-claims

LogLens findings remain bounded triage signals. This release makes:

  • no compromise verdict
  • no attribution
  • no blocking recommendation
  • no cross-host correlation

No CLI migration is required. Downstream JSON consumers should key off schema and schema_version.