| Version | Supported |
|---|---|
| 0.1.x | ✅ Yes |
Do not open a public GitHub issue for security vulnerabilities.
Please report vulnerabilities privately so they can be assessed and patched before public disclosure.
- Email: Send a report to
security@quorumcredit.iowith the subject line[SECURITY] <brief description>. - GitHub Private Advisory (preferred): Use GitHub's private vulnerability reporting to submit directly in the repository.
- Description of the vulnerability and its potential impact
- Steps to reproduce or a proof-of-concept (PoC)
- Affected contract functions or modules
- Suggested fix if you have one
- Report received — We acknowledge receipt within 48 hours.
- Assessment — We assess severity and scope within 5 business days.
- Fix developed — A patch is developed and reviewed privately.
- Coordinated disclosure — We notify you before publishing the fix and credit you in the release notes (unless you prefer to remain anonymous).
- Public disclosure — Details are published after the fix is deployed, typically within 90 days of the initial report.
The following are in scope:
- Smart contract logic in
QuorumCredit/src/ - Authentication and authorization bypasses (
require_auth, admin multisig) - Fund loss or theft (voucher stakes, loan principal, yield reserve)
- Reentrancy or state corruption vulnerabilities
- Denial-of-service attacks that permanently brick the contract
The following are out of scope:
- Issues in third-party dependencies (report to the upstream maintainer)
- Theoretical attacks with no practical exploit path
- Issues already publicly known or previously reported
- Never commit
.envfiles or secret keys — add.envto.gitignore - Use hardware wallets or multisig for admin keys
- Set
admin_threshold > 1in production to require M-of-N signatures - Run
cargo auditbefore every deployment:cargo install cargo-audit && cargo audit - Follow the required deployment sequence: build → deploy → initialize (same keypair)
| Channel | Address |
|---|---|
| Security email | security@quorumcredit.io |
| GitHub advisories | Submit advisory |
| General contact | Stellar Developer Discord |