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: change-notes/1.18/analysis-javascript.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@
12
12
13
13
* Modelling of taint flow through the array operations `map` and `join` has been improved. This may give additional results for the security queries.
14
14
15
-
* The taint tracking library recognizes more ways in which taint propagates. In particular, some flow through string formatters is now recognized.
15
+
* The taint tracking library recognizes more ways in which taint propagates. In particular, some flow through string formatters is now recognized. This may give additional results for the security queries.
16
+
17
+
* The taint tracking library now recognizes additional sanitization patterns. This may give fewer false-positive results for the security queries.
16
18
17
19
* Support for popular libraries has been improved. Consequently, queries may produce more results on code bases that use the following libraries:
0 commit comments