Commit 86d39ef
committed
fix(sse): address review feedback - security and missing events
Fixes based on Gemini and CodeRabbit reviews:
1. [CRITICAL] Add 'enrichment_error' to CRITICAL_EVENT_TYPES
- Prevents error events from being silently dropped when buffer full
2. [SECURITY] Remove raw exception from SSE error messages (3 files)
- Prevents leaking sensitive info (e.g., GitHub tokens in git clone errors)
- Generic 'internal error' message sent to client, full error logged server-side
3. [BUG] Add missing complete event for empty docs case in rag_enrich.py
- Previously SSE subscribers would remain stuck in 'in progress' state
4. [IMPROVE] code_analysis_enrich.py: reflect actual status in message
- Message now shows 'complete', 'partial', or 'skipped' accurately1 parent 6297f18 commit 86d39ef
4 files changed
Lines changed: 16 additions & 4 deletions
File tree
- backend/app
- graph/nodes
- services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
167 | 178 | | |
168 | 179 | | |
169 | 180 | | |
| |||
214 | 225 | | |
215 | 226 | | |
216 | 227 | | |
217 | | - | |
| 228 | + | |
218 | 229 | | |
219 | 230 | | |
220 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments