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 c7610b3 commit c78aeecCopy full SHA for c78aeec
1 file changed
python/ql/lib/semmle/python/frameworks/Pycurl.qll
@@ -37,10 +37,10 @@ module Pycurl {
37
/** Gets a reference to an instance of `pycurl.Curl`. */
38
private API::Node instance() { result = classRef().getReturn() }
39
40
- /** Gets a reference to an instance of `pycurl.Curl.setopt`. */
+ /** Gets a reference to `pycurl.Curl.setopt`. */
41
private API::Node setopt() { result = instance().getMember("setopt") }
42
43
- /** Gets a reference to an instance of `pycurl.Curl.SSL_VERIFYPEER`. */
+ /** Gets a reference to the constant `pycurl.Curl.SSL_VERIFYPEER`. */
44
private API::Node sslverifypeer() {
45
result = API::moduleImport("pycurl").getMember("SSL_VERIFYPEER") or
46
result = instance().getMember("SSL_VERIFYPEER")
0 commit comments