Files
hyperframes/packages
James f3f542b42f test(bundler): accept arbitrary content in script close tag
CodeQL still flagged `</script\s*>` as too narrow — the rule wants
tolerance for `</script\t\n bar>` (HTML parser treats trailing content
in a close tag as part of the tag). Switched to `</script[^>]*>` for
full coverage.

The bundler still always emits the canonical `</script>`; this is
test-side hardening, not a runtime fix.
2026-05-06 05:04:43 +00:00
..
2026-05-05 04:41:23 +00:00
2026-05-05 04:41:23 +00:00
2026-05-05 04:41:23 +00:00
2026-05-05 04:41:23 +00:00