mirror of
https://github.com/github/codeql.git
synced 2026-04-13 19:14:04 +02:00
7 lines
504 B
Markdown
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.
|