Skip to content

Commit c78aeec

Browse files
authored
Update python/ql/lib/semmle/python/frameworks/Pycurl.qll
1 parent c7610b3 commit c78aeec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/frameworks/Pycurl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ module Pycurl {
3737
/** Gets a reference to an instance of `pycurl.Curl`. */
3838
private API::Node instance() { result = classRef().getReturn() }
3939

40-
/** Gets a reference to an instance of `pycurl.Curl.setopt`. */
40+
/** Gets a reference to `pycurl.Curl.setopt`. */
4141
private API::Node setopt() { result = instance().getMember("setopt") }
4242

43-
/** Gets a reference to an instance of `pycurl.Curl.SSL_VERIFYPEER`. */
43+
/** Gets a reference to the constant `pycurl.Curl.SSL_VERIFYPEER`. */
4444
private API::Node sslverifypeer() {
4545
result = API::moduleImport("pycurl").getMember("SSL_VERIFYPEER") or
4646
result = instance().getMember("SSL_VERIFYPEER")

0 commit comments

Comments
 (0)