Merge pull request #2345 from Semmle/esbena-patch-3

Update FlowSteps.qll
This commit is contained in:
Erik Krogh Kristensen
2019-11-15 14:04:14 +01:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ import semmle.javascript.dataflow.Configuration
/**
* Holds if flow should be tracked through properties of `obj`.
*
* Flow is tracked through object literals, `module` and `module.exports` objects.
* Flow is tracked through `module` and `module.exports` objects.
*/
predicate shouldTrackProperties(AbstractValue obj) {
obj instanceof AbstractExportsObject or