mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
use LoadStoreStep for type-tracking promises
This commit is contained in:
@@ -176,7 +176,7 @@ module PromiseTypeTracking {
|
||||
summary = StoreStep(field) and
|
||||
step.store(pred, result, field)
|
||||
or
|
||||
summary = LevelStep() and
|
||||
summary = LoadStoreStep(field) and
|
||||
step.loadStore(pred, result, field)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user