Merge pull request #227 from xiemaisi/js/taint-kinds

JavaScript: Add support for state-based taint tracking.
This commit is contained in:
Asger F
2018-10-08 15:09:12 +01:00
committed by GitHub
15 changed files with 290 additions and 144 deletions

View File

@@ -34,3 +34,5 @@
| Whitespace contradicts operator precedence | Fewer false-positive results | This rule no longer flags operators with asymmetric whitespace. |
## 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`).