filebouncer is not antivirus. It performs structural and metadata checks on uploaded files.
Only the latest published @filebouncer/core release is supported.
| Version | Supported |
|---|---|
| 0.6.x (latest on npm) | Yes |
| < 0.6.5 | No |
Use a private report if public details would help someone bypass upload checks:
- A file that should have been blocked or failed closed, but was accepted (
ok: true, emptyerrors) - Fail-open on corrupt or encrypted archives
- Path / zip-slip / size-bomb cases the scanner misses
- Anything that leaks file contents or secrets from the host
- False positives
- Docs / API questions
- New format requests
- Bypasses you can describe without a ready-to-abuse sample (or with a tiny generated fixture)
Use Detection bypass or False positive.
Open a GitHub Security Advisory.
Include:
@filebouncer/coreversion- Engine config (
scanners,blockThreshold, relevant scanner options) - What you expected vs
ScanResult(ok,threats,errors,scannersRun) - A minimal generated sample or a short script that builds one
Do not upload malware, or files you do not have rights to share.
Out of scope:
- Malware that needs an antivirus engine
- Issues only in the host app (auth, rate limits, storage ACLs)
- Theoretical issues with no repro