mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
10 lines
555 B
Markdown
10 lines
555 B
Markdown
## 5.4.9
|
|
|
|
### 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 `System.Net.WebSockets::ReceiveAsync` as a remote flow source.
|
|
* Added reverse taint flow from implicit conversion operator calls to their arguments.
|
|
* Added post-update nodes for struct-type arguments, allowing data flow out of method calls via those arguments.
|
|
* C# 14: Added support for partial constructors.
|