Skip to content

Commit f813e06

Browse files
authored
Merge pull request #2345 from Semmle/esbena-patch-3
Update FlowSteps.qll
2 parents 2f63b89 + a3deb7d commit f813e06

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/dataflow/internal

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/internal/FlowSteps.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import semmle.javascript.dataflow.Configuration
1010
/**
1111
* Holds if flow should be tracked through properties of `obj`.
1212
*
13-
* Flow is tracked through object literals, `module` and `module.exports` objects.
13+
* Flow is tracked through `module` and `module.exports` objects.
1414
*/
1515
predicate shouldTrackProperties(AbstractValue obj) {
1616
obj instanceof AbstractExportsObject or

0 commit comments

Comments
 (0)