ui: start template safety cleanup
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
## Current
|
||||
|
||||
### `feat/frontend-xss-hardening`
|
||||
### `feat/frontend-template-safety-cleanup`
|
||||
|
||||
Status: in_progress
|
||||
|
||||
DoD:
|
||||
- API-provided values are not rendered into `innerHTML` on user-facing admin pages
|
||||
- error strings from API responses are rendered through text nodes
|
||||
- streaming admin pages use DOM construction instead of HTML string concatenation for dynamic cards
|
||||
- local UI helpers do not use `innerHTML` for static SVG or icon insertion
|
||||
- wizard shell and workspace shell use DOM-based icon and fragment construction
|
||||
- remaining HTML-bearing i18n/template paths are explicitly isolated and tracked
|
||||
|
||||
## Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user