We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 604a5fc + d3a05b8 commit 4553a09Copy full SHA for 4553a09
python/ql/lib/semmle/python/essa/Essa.qll
@@ -764,7 +764,8 @@ class CallsiteRefinement extends EssaNodeRefinement {
764
/** An implicit (possible) modification of the object referred at a method call */
765
class MethodCallsiteRefinement extends EssaNodeRefinement {
766
MethodCallsiteRefinement() {
767
- SsaSource::method_call_refinement(this.getSourceVariable(), _, this.getDefiningNode()) and
+ SsaSource::method_call_refinement(pragma[only_bind_into](this.getSourceVariable()), _,
768
+ this.getDefiningNode()) and
769
not this instanceof SingleSuccessorGuard
770
}
771
0 commit comments