We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CopyStep
1 parent eb6443d commit ec64606Copy full SHA for ec64606
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