Files
codeql/javascript/ql/src/change-notes/released/1.5.3.md
2025-04-14 09:53:06 +00:00

448 B

1.5.3

Minor Analysis Improvements

  • Data passed to the Response constructor is now treated as a sink for js/reflected-xss.
  • Slightly improved detection of DOM element references, leading to XSS results being detected in more cases.

Bug Fixes

  • Fixed a bug that would prevent extraction of tsconfig.json files when it contained an array literal with a trailing comma.