If you believe you found a security issue in BPX, please report it privately.
Use GitHub's private vulnerability reporting for this repository:
- Go to the repository's
Securitytab - Click
Report a vulnerability - Submit a private advisory with reproduction details
Do not open public issues for unpatched vulnerabilities.
Please include:
- Affected version or commit SHA
- Impact summary
- Reproduction steps (minimal PoC)
- Expected vs actual behavior
- Suggested mitigation (if available)
Reports with clear reproduction and impact details are triaged first.
BPX parses and rewrites binary asset data. Security-sensitive areas include:
- untrusted input parsing boundaries
- offset/size arithmetic safety
- path handling and file overwrite behavior
- malformed input that could trigger crashes or corruption
Current support focus is main and the latest release line (v0.x).
When possible, fixes are applied to main first and included in the next release.