Skip to content

feat(parser): classify parser failures#65

Merged
stacknil merged 1 commit into
mainfrom
stacknil/lgl-05-parser-failure-taxonomy
Jun 20, 2026
Merged

feat(parser): classify parser failures#65
stacknil merged 1 commit into
mainfrom
stacknil/lgl-05-parser-failure-taxonomy

Conversation

@stacknil

Copy link
Copy Markdown
Owner

Summary

  • add parser failure categories for unsupported lines: unknown_timestamp, unknown_program, known_program_unknown_message, malformed_source_ip, unsupported_pam_variant
  • expose failure_categories and warning category fields in Markdown, JSON, and warnings.csv
  • update parser/report tests, golden report fixtures, noisy parser matrix, and reviewer-facing docs

Validation

  • cmake -S . -B build
  • cmake --build build
  • ctest --test-dir build -C Debug --output-on-failure
  • git diff --check
  • privacy/safety scan for local paths, private identifiers, and secret-like patterns

@stacknil stacknil merged commit 10ea912 into main Jun 20, 2026
7 checks passed
@stacknil stacknil deleted the stacknil/lgl-05-parser-failure-taxonomy branch June 20, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant