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

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.