From 60e2054a0249653f220c589a585a1a038bc1c457 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 19 Feb 2026 12:38:44 +0000 Subject: [PATCH] chore: Update tasks and drive feature --- TASKS.md | 22 +++++++++++----------- botserver | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/TASKS.md b/TASKS.md index a892b8c..e06a988 100644 --- a/TASKS.md +++ b/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`) --- diff --git a/botserver b/botserver index 98813fb..df9b228 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit 98813fbdc8058ba663e11ab50cb76b8bf0e2e60d +Subproject commit df9b228a35b2035f6e4b1e07d6380a7e24ad7be1