Files
codeql/csharp/ql/lib/change-notes/released/0.4.0.md
2022-09-22 20:14:12 +00:00

11 lines
361 B
Markdown

## 0.4.0
### Deprecated APIs
* Some classes/modules with upper-case acronyms in their name have been renamed to follow our style-guide.
The old name still exists as a deprecated alias.
### Bug Fixes
* Fixed an issue in the taint tracking analysis where implicit reads were not allowed by default in sinks or additional taint steps that used flow states.