mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
11 lines
332 B
Markdown
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.
|