| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
When the server returns no scannable extensions for SAST (e.g. the customer has custom rules, so any text file is scannable), the CLI previously relied only on binary detection to filter files. Text-based non-source files such as the EICAR test file (.bin) and ClamAV signature databases (.ndb) slip past binary detection and get uploaded; object-storage antivirus then quarantines the zip, so the scan service can't find the file and the scan fails. Add a SAST fallback block-list (SAST_SCAN_FILE_EXTENSIONS_TO_IGNORE) used only when no server allow-list is present, plus a one-time debug log when the fallback is hit so this is diagnosable from logs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Summary
Notes
Jira
CM-65436