You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(sandbox): resolve code-scanning findings on util's regression tests
Removes eval() from the format() parity test's literal-value comparisons (Semgrep
javascript.browser.security.eval-detected) by building the real node:util comparison value directly
instead of eval'ing the same source text used for the sandboxed side. Documents and suppresses the
CodeQL js/bad-code-sanitization finding on runBody's plugin-source construction — body is always a
fixed literal from within this file (never external input) and is expected to contain arbitrary JS
syntax, including quote/backtick characters that a generic sanitizer would corrupt.
0 commit comments