Update java/ql/lib/change-notes/released/0.2.1.md

This commit is contained in:
Mathias Vorreiter Pedersen
2022-05-12 11:47:01 +01:00
committed by GitHub
parent 1143b48338
commit f76d52407d

View File

@@ -76,6 +76,6 @@
* `File::getCanonicalFile`
* `File::getAbsolutePath`
* `File::getCanonicalPath`
Added a flow step for `toString` calls on tainted `android.text.Editable` objects.
Added a data flow step for tainted Android intents that are sent to other activities and accessed there via `getIntent()`.
* Added a flow step for `toString` calls on tainted `android.text.Editable` objects.
* Added a data flow step for tainted Android intents that are sent to other activities and accessed there via `getIntent()`.
* Added modeling of MyBatis (`org.apache.ibatis`) Providers, resulting in additional sinks for the queries `java/ognl-injection`, `java/sql-injection`, `java/sql-injection-local` and `java/concatenated-sql-query`.