Releases: luca-software-developer/log-security-analyzer
Releases · luca-software-developer/log-security-analyzer
Log Security Analyzer v1.1.0
What's New
- Ruleset includes: rulesets can now include other rulesets via the
includesfield, 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
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