Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af26807

Browse files
committed
Python: Fix qldoc.
1 parent faf9b48 commit af26807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/semmle/python/web/cherrypy/Request.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import semmle.python.security.strings.Basic
55
import semmle.python.web.Http
66
import semmle.python.web.cherrypy.General
77

8-
/** A twisted.web.http.Request object */
8+
/** The cherrypy.request local-proxy object */
99
class CherryPyRequest extends TaintKind {
1010

1111
CherryPyRequest() {

0 commit comments

Comments
 (0)