Commit 6f17c7e
fix: add explicit DOMPurify allowlist for ANSI log rendering (#35)
* fix: add explicit DOMPurify allowlist for ANSI log rendering
Restrict allowed tags to span and br, attributes to style only.
Tighter than DOMPurify defaults — guards against future version
changes while preserving ANSI color spans.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: regenerate package-lock.json to sync with package.json
npm ci was failing because lock file was out of sync with
dependency versions from recent dependabot merges.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: restore package-lock.json from main
Previous regeneration caused version mismatches in CI.
This PR only changes a .jsx file — no lock file changes needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8efcdbf commit 6f17c7e
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
363 | 367 | | |
364 | 368 | | |
365 | 369 | | |
| |||
0 commit comments