mirror of
https://github.com/github/codeql.git
synced 2026-07-28 14:34:20 +02:00
7 lines
368 B
Markdown
7 lines
368 B
Markdown
## 0.2.8
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* 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.
|
|
* Added neutral models to inhibit spurious generated sink models for `map` and `from`. This fixes some false positive query results.
|