docs: update security documentation with completed fixes and deployment status

- Add completed security fixes section to SECURITY_CLEANUP_GUIDE.md with 5 resolved vulnerabilities
- Update currentTask.md with 2026-02-13 security fixes and deployment status
- Add comprehensive security fixes section to done.md with implementation details
- Expand infrastructure.md with security configuration, environment variables, and testing notes
- Add recent progress section to roadmap.md documenting security
This commit is contained in:
oib
2026-02-13 16:23:01 +01:00
parent de5b0f2696
commit 0cbd2b507c
6 changed files with 359 additions and 1 deletions

View File

@@ -2,7 +2,19 @@
No active task. All recent work documented in `done.md`.
## Last Completed (2026-02-12)
## Last Completed (2026-02-13)
### Critical Security Fixes
- ✅ Fixed hardcoded secrets (JWT, PostgreSQL credentials)
- ✅ Unified database sessions (storage.SessionDep)
- ✅ Closed authentication gaps in exchange API
- ✅ Tightened CORS defaults across all services
- ✅ Enhanced wallet encryption (Fernet, PBKDF2)
- ✅ Fixed CI import error (requests → httpx)
- ✅ Deployed to Site A (aitbc.bubuit.net)
- ✅ Site B no action needed (blockchain node only)
### Previous (2026-02-12)
- ✅ Persistent GPU marketplace (SQLModel) — see `done.md`
- ✅ CLI integration tests (24 tests) — see `done.md`