mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Update FlowSteps.qll
This commit is contained in:
committed by
GitHub
parent
73d9cc2e7b
commit
a3deb7d4e0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user