Files
codeql/javascript/ql/lib/semmle/javascript
Chad Bentz d1d9df7729 Address review: restrict @HostListener handler to window/document message targets
Drop the plain 'message' event name from the @HostListener matcher. The
postMessage 'message' event is dispatched on window and does not bubble, so an
element-level @HostListener('message') does not receive cross-window messages.
Keeping only 'window:message' and 'document:message' makes the model more
precise and matches the accompanying comment and change note.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-22 21:35:21 -04:00
..
2024-04-25 13:33:17 +02:00
2026-06-08 14:03:12 +02:00
2024-10-22 12:46:09 +02:00
2023-03-10 09:41:20 +01:00
2025-11-13 09:45:56 +01:00
2026-06-04 17:54:37 +01:00