Files
codeql/java/ql/lib/change-notes/released/0.2.2.md
Anders Schack-Mulligen 673355df65 Fix markdown lists
2022-05-25 10:02:48 +02:00

11 lines
332 B
Markdown

## 0.2.2
### Deprecated APIs
* The QL class `FloatingPointLiteral` has been renamed to `FloatLiteral`.
### Minor Analysis Improvements
* Fixed a sanitizer of the query `java/android/intent-redirection`. Now, for an intent to be considered
safe against intent redirection, both its package name and class name must be checked.