File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments