eth0izzle / shhgit

Ah shhgit! Find secrets in your code. Secrets detection for your GitHub, GitLab and Bitbucket repositories.
MIT License
3.84k stars 481 forks source link

Support extension and filename matching for files larger than MaximumFileSize #98

Open nikos-glikis opened 2 years ago

nikos-glikis commented 2 years ago

With the current implementation files larger than MaximumFileSize are completely ignored. But if a file is large, we can still process the filename an extension signatures.

This is really useful for detecting large files like SQL dumps archives etc which are ignored with the current implementation.