mirror of
https://github.com/github/codeql.git
synced 2026-03-31 04:38:18 +02:00
504 B
504 B
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
// $ tagor// $ tag=value, are now parsed more strictly and will not be recognized if there isn't a space after the$symbol.