Skip to content

Releases: luca-software-developer/log-security-analyzer

Log Security Analyzer v1.1.0

16 Feb 19:15
83f001d

Choose a tag to compare

What's New

  • Ruleset includes: rulesets can now include other rulesets via the includes field, with circular include protection
  • PII ruleset (rulesets/pii.toml): detects Italian Fiscal Codes and IBANs (includes default rules)
  • CI workflows: automated testing and docs deployment to GitHub Pages via GitHub Actions

Full Changelog: v1.0.0...v1.1.0

Log Security Analyzer v1.0.0

16 Feb 18:01
33938e7

Choose a tag to compare

Initial release of the Rust CLI tool for scanning log files and detecting exposed secrets.

Features

  • Line-by-line scanning of arbitrary log files
  • Configurable detection rules in TOML format
  • Advanced regex support (lookahead/lookbehind) via fancy-regex
  • Severity levels: critical, high, medium, low
  • Color-coded table output sorted by severity

Included Rules

Detects GitHub tokens, AWS keys, PEM private keys, Slack tokens, PostgreSQL/MySQL connection strings, and JWT tokens.

Full Changelog

https://github.com/luca-software-developer/log-security-analyzer/commits/v1.0.0