mirror of
https://github.com/github/codeql.git
synced 2026-07-23 12:12:05 +02:00
6 lines
353 B
Markdown
6 lines
353 B
Markdown
## 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.
|