Update FlowSteps.qll

This commit is contained in:
Esben Sparre Andreasen
2019-11-15 12:44:04 +01:00
committed by GitHub
parent 73d9cc2e7b
commit a3deb7d4e0

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