Files
codeql/javascript/ql/src/change-notes/released/1.1.2.md
2024-08-21 17:13:52 +00:00

352 B

1.1.2

Minor Analysis Improvements

  • Message events in the browser are now properly classified as client-side taint sources. Previously they were incorrectly classified as server-side taint sources, which resulted in some alerts being reported by the wrong query, such as server-side URL redirection instead of client-side URL redirection.