Remove non-admin workbench
This commit is contained in:
@@ -56,5 +56,3 @@
|
||||
| low | auth-session | `frontend/src/utils/auth.ts` | 17 | `localStorage.setItem` | `CREDENTIAL_KEY` | 认证/会话数据(非业务主数据) |
|
||||
| low | auth-session | `frontend/src/utils/auth.ts` | 24 | `localStorage.getItem` | `CREDENTIAL_KEY` | 认证/会话数据(非业务主数据) |
|
||||
| low | auth-session | `frontend/src/utils/auth.ts` | 38 | `localStorage.removeItem` | `CREDENTIAL_KEY` | 认证/会话数据(非业务主数据) |
|
||||
| low | feature-cache | `frontend/src/views/workbench/components/PersonalTodo.vue` | 79 | `localStorage.getItem` | `props.storageKey` | 工作台本地待办缓存(非核心主数据) |
|
||||
| low | feature-cache | `frontend/src/views/workbench/components/PersonalTodo.vue` | 91 | `localStorage.setItem` | `props.storageKey` | 工作台本地待办缓存(非核心主数据) |
|
||||
|
||||
@@ -23,7 +23,7 @@ backend/scripts/storage_persistence_audit.py --fail-on-banned
|
||||
|
||||
- 高风险:4 条(均为 `ProjectDetail` 本地草稿兜底读写)
|
||||
- 中风险:0 条
|
||||
- 低风险:42 条(会话、偏好、工作台本地待办等)
|
||||
- 低风险:40 条(会话、偏好等)
|
||||
|
||||
## 4. 已完成整改
|
||||
|
||||
|
||||
Reference in New Issue
Block a user