| Version | Supported |
|---|---|
main |
yes |
| tagged releases | yes (latest minor) |
Do not open a public issue for security reports.
- GitHub Security Advisories: https://github.com/longcipher/longtrader/security/advisories/new
- Alternatively, email the maintainers listed in
CODEOWNERS/Cargo.tomlauthors.
Include: affected version/commit, reproduction steps, impact, and whether the issue leaks secrets (tokens, private keys). We aim to acknowledge within 48h and to ship a fix or mitigation within 14 days.
- Never commit
api_token,api_key,private_key, or.envfiles. bin/longtrader-workerloads the terminal token fromapi_token_fileonly (trimmed, never logged) and compares it with constant-timesubtle. Set the file mode to0600and mount it via your secrets manager.proto/longtrader/exchange/v1/exchange_daemon.protohas been removed from this open-source release. Do not reintroduce venue credential fields into the public contract.
This policy covers proto/, crates/longtrader-contract, bin/longtrader-worker, and sdks/*. The exchange_daemon legacy surface and sibling private repos are out of scope for this repo.