chore: Update TASKS with SEC-01 resolution
This commit is contained in:
parent
a83d9a88aa
commit
40e735a56f
1 changed files with 9 additions and 9 deletions
18
TASKS.md
18
TASKS.md
|
|
@ -8,10 +8,11 @@
|
||||||
|
|
||||||
## 🔴 P0 — CRITICAL SECURITY FLAWS
|
## 🔴 P0 — CRITICAL SECURITY FLAWS
|
||||||
|
|
||||||
### SEC-01: 🔴 PENDING — History Clean
|
### SEC-01: ✅ RESOLVED — History Clean
|
||||||
**Status:** 🔴 Blocked. `git-filter-repo` missing in environment.
|
**Status:** ✅ Repositor history rewritten. Sensitive files removed and ignored.
|
||||||
- [x] Files untracked (`vault-unseal-keys`, `init.json`)
|
- [x] `vault-unseal-keys`, `init.json` removed from history (git-filter-repo)
|
||||||
- [ ] Needs history rewrite (Requires tool installation)
|
- [x] Files ignored in `.gitignore`
|
||||||
|
- [x] Remote `origin` updated (force pushed)
|
||||||
|
|
||||||
### SEC-02: ✅ PARTIALLY RESOLVED — `.env` exposure
|
### SEC-02: ✅ PARTIALLY RESOLVED — `.env` exposure
|
||||||
**Status:** ✅ Mitigated (Untracked). **Rotation needed.**
|
**Status:** ✅ Mitigated (Untracked). **Rotation needed.**
|
||||||
|
|
@ -48,14 +49,13 @@
|
||||||
|
|
||||||
### IMP-14: 🟡 IN PROGRESS — Code Cleanup (TODOs)
|
### IMP-14: 🟡 IN PROGRESS — Code Cleanup (TODOs)
|
||||||
**Status:** References cleaned. Features pending.
|
**Status:** References cleaned. Features pending.
|
||||||
- [x] Removed stale README references to `TODO-refactor1.md`
|
- [x] Removed stale references to `TODO-refactor1.md`
|
||||||
- [ ] Implement `drive_handlers.rs` (Drive stubbed)
|
- [ ] Implement `drive_handlers.rs` (Drive stubbed)
|
||||||
- [ ] Implement `admin_invitations.rs` (Schema missing)
|
- [ ] Implement `admin_invitations.rs` (Schema missing)
|
||||||
|
|
||||||
### IMP-15: 🔴 PENDING — Integration Tests
|
### IMP-15: 🟡 IN PROGRESS — Integration Tests
|
||||||
**Status:** Blocked. `cargo-tarpaulin` missing.
|
**Status:** Tool installing (`cargo-tarpaulin` compiling in background).
|
||||||
- [ ] Install coverage tool
|
- [ ] Generate coverage report once installed
|
||||||
- [ ] Generate report
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue