Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64af59 commit 638fcabCopy full SHA for 638fcab
1 file changed
python/ql/src/semmle/python/dataflow/new/TypeTracker.qll
@@ -51,7 +51,7 @@ module StepSummary {
51
* heap and/or inter-procedural step from `nodeFrom` to `nodeTo`.
52
*/
53
cached
54
- predicate step(LocalSourceNode nodeFrom, Node nodeTo, StepSummary summary) {
+ predicate step(Node nodeFrom, Node nodeTo, StepSummary summary) {
55
exists(Node mid | typePreservingStep*(nodeFrom, mid) and smallstep(mid, nodeTo, summary))
56
}
57
0 commit comments