We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2983f commit 8f45c8fCopy full SHA for 8f45c8f
javascript/ql/src/semmle/javascript/Promises.qll
@@ -176,7 +176,7 @@ module PromiseTypeTracking {
176
summary = StoreStep(field) and
177
step.store(pred, result, field)
178
or
179
- summary = LevelStep() and
+ summary = LoadStoreStep(field) and
180
step.loadStore(pred, result, field)
181
)
182
}
0 commit comments