chore: Update tasks and drive feature
This commit is contained in:
parent
40e735a56f
commit
60e2054a02
2 changed files with 12 additions and 12 deletions
22
TASKS.md
22
TASKS.md
|
|
@ -9,10 +9,9 @@
|
|||
## 🔴 P0 — CRITICAL SECURITY FLAWS
|
||||
|
||||
### SEC-01: ✅ RESOLVED — History Clean
|
||||
**Status:** ✅ Repositor history rewritten. Sensitive files removed and ignored.
|
||||
- [x] `vault-unseal-keys`, `init.json` removed from history (git-filter-repo)
|
||||
- [x] Files ignored in `.gitignore`
|
||||
- [x] Remote `origin` updated (force pushed)
|
||||
**Status:** ✅ Repositor history rewritten (git-filter-repo).
|
||||
- [x] `vault-unseal-keys`, `init.json` removed
|
||||
- [x] Remote `origin` force-pushed
|
||||
|
||||
### SEC-02: ✅ PARTIALLY RESOLVED — `.env` exposure
|
||||
**Status:** ✅ Mitigated (Untracked). **Rotation needed.**
|
||||
|
|
@ -48,14 +47,15 @@
|
|||
- [x] Fixed syntax and logic in `validate_origin`
|
||||
|
||||
### IMP-14: 🟡 IN PROGRESS — Code Cleanup (TODOs)
|
||||
**Status:** References cleaned. Features pending.
|
||||
- [x] Removed stale references to `TODO-refactor1.md`
|
||||
- [ ] Implement `drive_handlers.rs` (Drive stubbed)
|
||||
- [ ] Implement `admin_invitations.rs` (Schema missing)
|
||||
**Status:** Features partially implemented.
|
||||
- [x] Cleaned stale README references
|
||||
- [x] **IMPLEMENTED `drive_handlers.rs`** (S3 Integration Active)
|
||||
- [ ] Implement `admin_invitations.rs` (Stubbed)
|
||||
- [ ] Remaining minor TODOs
|
||||
|
||||
### IMP-15: 🟡 IN PROGRESS — Integration Tests
|
||||
**Status:** Tool installing (`cargo-tarpaulin` compiling in background).
|
||||
- [ ] Generate coverage report once installed
|
||||
### IMP-15: 🟡 READY — Integration Tests
|
||||
**Status:** Tool installed (`cargo-tarpaulin` available).
|
||||
- [ ] Generate coverage report (Run `cargo tarpaulin --out Html`)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 98813fbdc8058ba663e11ab50cb76b8bf0e2e60d
|
||||
Subproject commit df9b228a35b2035f6e4b1e07d6380a7e24ad7be1
|
||||
Loading…
Add table
Reference in a new issue