Files
codeql/javascript/ql/lib/change-notes/released/2.8.1.md
2026-07-09 16:48:01 +00:00

353 B

2.8.1

Minor Analysis Improvements

  • Added support for Angular's @HostListener('window:message', ...) and @HostListener('document:message', ...) decorators as postMessage event handlers. The decorated method's event parameter is now recognized as a client-side remote flow source, and is considered by the js/missing-origin-check query.