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 cd5399d commit e25079aCopy full SHA for e25079a
python/ql/src/semmle/python/web/client/Requests.qll
@@ -12,7 +12,7 @@ class RequestsHttpRequest extends Client::HttpRequest {
12
13
RequestsHttpRequest() {
14
method = httpVerbLower() and
15
- func = Module::named("requests").attr(method).(CallableValue) and
+ func = Module::named("requests").attr(method) and
16
this = func.getACall()
17
}
18
0 commit comments