Skip to content

Privlog v0.2.2 — CLI Usability & Warning Improvements

Latest

Choose a tag to compare

@aureliuscanon aureliuscanon released this 15 Mar 22:27
d18dc73

Release Description:

This release introduces several improvements to the CLI to enhance user experience and the clarity of its output.
Changes

  • add a progress indicator during scanning phases
  • improve warning messages to include the name of the sensitive identifier
  • simplify the CLI by merging the 'check' subcommand
  • update documentation to reflect new output style
  • fix packaging metadata to resolve the Python version badge and deprecation warnings
    The improved warning messages make it significantly easier to find and fix issues by pinpointing the exact variable
    name that triggered the finding (e.g., "user_email" passed to log...).

Core detection rules and scanning logic remain unchanged.