Files
codeql/javascript/ql/lib/change-notes/released/2.6.24.md
2026-03-16 12:15:34 +00:00

7 lines
504 B
Markdown

## 2.6.24
### Minor Analysis Improvements
* Added support for browser-specific source kinds (`browser`, `browser-url-query`, `browser-url-fragment`, `browser-url-path`, `browser-url`, `browser-window-name`, `browser-message-event`) that can be used in data extensions to model sources in browser environments.
* Inline expectations test comments, which are of the form `// $ tag` or `// $ tag=value`, are now parsed more strictly and will not be recognized if there isn't a space after the `$` symbol.