JavaScript: Add change note.

This commit is contained in:
Max Schaefer
2018-10-03 16:03:12 +01:00
parent e326dd4688
commit 335adee69c

View File

@@ -30,3 +30,5 @@
| Server-side URL redirect | More results | This rule now recognizes redirection calls in more cases. |
## Changes to QL libraries
* The flow configuration framework now supports distinguishing and tracking different kinds of taint, specified by an extensible class `FlowLabel` (which can also be referred to by its alias `TaintKind`).