Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2.1 #123

Merged
merged 7 commits into from
Mar 30, 2024
Merged

2.2.1 #123

merged 7 commits into from
Mar 30, 2024

Conversation

adeptex
Copy link
Owner

@adeptex adeptex commented Jan 26, 2024

  • Move file parsing exception stack traces to debug log for a cleaner results output.
    Use whispers --debug -l log.txt target to get full output.
  • Add isFile rule specification. By default is set to isFile: False, meaning rules will not match file names.
    Setting isFile: True will match both structured text and file names. This reduces false positive findings, like when password regex matches a file name.
  • Fix Not-parseable JSON with comment in double-quotes and beginning with spaces #127
  • Update dependencies
  • Update deprecated code

@adeptex adeptex changed the title Exception handler debug log 2.2.1 Jan 27, 2024
@adeptex adeptex merged commit 5e225e4 into master Mar 30, 2024
5 checks passed
@adeptex adeptex deleted the verbosity branch March 30, 2024 00:21
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.

Not-parseable JSON with comment in double-quotes and beginning with spaces
1 participant