docs(C2): tick FMP cache audit row
Record the implementation commit in the redesign audit table. Refs: docs/AUDIT_REDESIGN.md item C2. Co-Authored-By: GPT-5 Codex <noreply@openai.com>
This commit is contained in:
parent
082800745c
commit
ff738b6b40
@ -42,7 +42,7 @@ Status: ⬜ open · 🟦 in PR · ✅ fixed (commit hash on the right).
|
||||
| # | Issue | Severity | Status | Fix commit |
|
||||
| --- | ---------------------------------------------------------------------------------------------------------------------------------- | :------: | :----: | ---------- |
|
||||
| C1 | Backend posts arbitrary user JS (`strategyCode`) to `/api/backtest` if A1+A2 are "fixed" naively. Must sandbox or refuse. | 🔴 | ⬜ | |
|
||||
| C2 | No FMP response cache. Free tier = 250 req/day. Every Home view load = 3 req. 80 page loads/day → quota burnt by lunch. | 🟠 | ⬜ | |
|
||||
| C2 | No FMP response cache. Free tier = 250 req/day. Every Home view load = 3 req. 80 page loads/day → quota burnt by lunch. | 🟠 | ✅ | 0828007 |
|
||||
| C3 | `/api/screener` passes `sector` query through to FMP without an allow-list. Low-impact injection, but should validate. | 🟡 | ⬜ | |
|
||||
| C4 | `/api/news` passes `symbols` through to Alpaca without validation. | 🟡 | ⬜ | |
|
||||
| C5 | Header `fetchMarketIndices` polls every 60 s even when the tab is hidden. Should pause via `document.visibilityState`. | 🟡 | ⬜ | |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user