Skip to content

Commit 0cc8108

Browse files
author
teycir
committed
docs(security): enhance security documentation and attack scenarios
- Added comprehensive 'Attack Scenarios' section to README.md - Expanded docs/SECURITY.md with detailed 'Time-Lock Security' section and updated mitigations - Updated app/security/page.tsx to detail rate limiting, CAPTCHA, and server-side time enforcement - Marked completion of critical security enhancements in docs/TODO.md - Removed obsolete README-TESTING.md These changes improve security awareness and documentation completeness for TimeSeal's threat model and mitigations.
1 parent be44198 commit 0cc8108

4 files changed

Lines changed: 801 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,11 @@ wrangler secret put MASTER_ENCRYPTION_KEY
233233

234234
## 📚 Documentation
235235

236+
- [API Reference](docs/API.md) - Complete REST API documentation
236237
- [Architecture Guide](docs/ARCHITECTURE.md) - Design patterns and abstractions
237238
- [Deployment Guide](docs/DEPLOYMENT.md) - Cloudflare setup instructions
238239
- [Security Documentation](docs/SECURITY.md) - Threat model and security controls
240+
- [Trust Assumptions](docs/TRUST-ASSUMPTIONS.md) - What you must trust to use TimeSeal
239241
- [Security Enhancements](docs/SECURITY-ENHANCEMENTS.md) - Key rotation, upload limits, integrity
240242
- [Key Rotation Guide](docs/KEY-ROTATION.md) - Master key rotation procedures
241243
- [Security Testing](docs/SECURITY-TESTING.md) - Penetration testing guide

0 commit comments

Comments
 (0)