mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-08-02 10:18:41 -04:00
* 🔍 feat(unicode-scanner): Add binary file scanning option Enhance Unicode security scanner with optional binary file scanning: - Implement `--include-binary` flag to scan binary files - Add comprehensive binary file detection logic - Update help text and version number - Improve file type detection using file command and extensions * 🔧 refactor: Improve variable declaration in run.sh Separate variable declaration and assignment for better readability and adherence to shellcheck recommendations. This change ensures clearer code structure and potential improved static analysis compatibility.