There was an error while loading. Please reload this page.
CopyStep
1 parent eb6443d commit ec64606Copy full SHA for ec64606
1 file changed
python/ql/src/experimental/dataflow/TypeTracker.qll
@@ -22,8 +22,7 @@ private newtype TStepSummary =
22
CallStep() or
23
ReturnStep() or
24
StoreStep(AttributeName attr) or
25
- LoadStep(AttributeName attr) or
26
- CopyStep(AttributeName attr)
+ LoadStep(AttributeName attr)
27
28
/**
29
* INTERNAL: Use `TypeTracker` or `TypeBackTracker` instead.
0 commit comments