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.
1 parent 5130929 commit 934e06cCopy full SHA for 934e06c
python/ql/lib/semmle/python/ApiGraphs.qll
@@ -658,7 +658,7 @@ module API {
658
*/
659
private predicate argumentPassing(TApiNode base, Label::ApiLabel lbl, DataFlow::Node arg) {
660
exists(DataFlow::Node use, DataFlow::LocalSourceNode pred |
661
- use(base, use) and pred = trackUseNode(use, _)
+ use(base, use) and pred = trackUseNode(use)
662
|
663
exists(int i |
664
lbl = Label::parameter(i) and
0 commit comments