Skip to content

Commit 955f26e

Browse files
authored
Merge pull request #35 from stacknil/codex/add-reviewer-evidence
Add reviewer evidence section
2 parents d8a1a9a + 1085678 commit 955f26e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/reviewer-brief.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Linux auth logs are noisy, format-sensitive, and easy to parse incorrectly. Revi
88

99
`LogLens` is a C++20 offline CLI for Linux authentication evidence. It parses `auth.log` / `secure` style syslog input and `journalctl --output=short-full` style input, normalizes the evidence, applies small rule-based detections, and emits deterministic Markdown and JSON reports with parser coverage telemetry.
1010

11+
## Reviewer Evidence
12+
13+
- Reproducible command: `./build/loglens --mode syslog --year 2026 ./assets/sample_auth.log ./out`
14+
- Deterministic outputs: `report.md`, `report.json`, optional `findings.csv`, optional `warnings.csv`, and parser coverage telemetry.
15+
- Tests / CI: CTest coverage plus GitHub Actions CI on Ubuntu and Windows; CodeQL is required on protected main.
16+
- Release evidence: changelog, release process docs, versioned release notes, and GitHub release artifacts.
17+
- Non-goals: live collection, SIEM replacement, cross-host correlation, exploitation, credential attack automation, or incident verdicts.
18+
1119
## Quick run
1220

1321
```bash

0 commit comments

Comments
 (0)