| Version | Supported |
|---|---|
| 0.1.x | ✅ |
| < 0.1.0 | ❌ |
We take security seriously at Trust Stack Network. If you believe you have found a security vulnerability, please report it to us following these guidelines:
- Do NOT open a public issue
- Do NOT discuss the vulnerability in public channels
- DO email security@tsn.network with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact assessment
- Suggested fix (if any)
- 24 hours: Acknowledgment of receipt
- 72 hours: Initial assessment
- 7 days: Fix development or mitigation plan
- 30 days: Coordinated disclosure (if applicable)
Critical vulnerabilities in consensus, cryptography, or network layers may be eligible for a bug bounty. Contact security@tsn.network for details.
TSN implements multiple layers of post-quantum security:
- ML-DSA-65 (FIPS 204): Digital signatures
- Plonky2 STARKs: Zero-knowledge proofs
- Poseidon2: Quantum-resistant hash function
- Network: Can intercept, modify, delay, or drop messages
- Compute: Has access to quantum computers (future threat)
- Byzantine: Can control up to f < n/3 validators
| Property | Mechanism | Status |
|---|---|---|
| Confidentiality | ChaCha20Poly1305 | ✅ Implemented |
| Integrity | SHA-256 + Poseidon2 | ✅ Implemented |
| Authentication | ML-DSA-65 | ✅ Implemented |
| Non-repudiation | On-chain signatures | ✅ Implemented |
| Availability | BFT consensus | ✅ Implemented |
- Signature Aggregation: Not yet implemented (planned v0.2)
- Light Client: In development (planned v0.3)
- Formal Verification: Partial (ongoing)
See docs/security/PANIC_AUDIT_REPORT.md for ongoing security improvements.
- All
unwrap()reviewed in crypto/consensus modules - Fuzzing targets pass 1M+ iterations
- Property-based tests pass
- Adversarial scenarios tested
- Dependencies audited (
cargo audit) - No unsafe blocks in hot paths
- Timing attack review completed
- Panic rate monitoring
- Invalid transaction rate
- Network partition detection
- Consensus stall detection
- Email: security@tsn.network
- PGP Key: security@tsn.network.asc
- Emergency: +1-XXX-XXX-XXXX (24/7 hotline)
Last updated: 2024