You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/ql/lib/change-notes/released/0.2.1.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,6 @@
76
76
*`File::getCanonicalFile`
77
77
*`File::getAbsolutePath`
78
78
*`File::getCanonicalPath`
79
-
Added a flow step for `toString` calls on tainted `android.text.Editable` objects.
80
-
Added a data flow step for tainted Android intents that are sent to other activities and accessed there via `getIntent()`.
79
+
*Added a flow step for `toString` calls on tainted `android.text.Editable` objects.
80
+
*Added a data flow step for tainted Android intents that are sent to other activities and accessed there via `getIntent()`.
81
81
* 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`.
0 commit comments