ui: block svg data image opens and harden tests

This commit is contained in:
Shakker
2026-02-24 14:50:04 +00:00
committed by Shakker
parent 9ef0fc2ff8
commit e9750104b2
4 changed files with 68 additions and 3 deletions

View File

@@ -259,6 +259,9 @@ jobs:
- name: Check types and lint and oxfmt
run: pnpm check
- name: Enforce safe external URL opening policy
run: pnpm lint:ui:no-raw-window-open
# Report-only dead-code scans. Runs after scope detection and stores machine-readable
# results as artifacts for later triage before we enable hard gates.
# Temporarily disabled in CI while we process initial findings.