diff --git a/python/ql/src/semmle/python/web/stdlib/Request.qll b/python/ql/src/semmle/python/web/stdlib/Request.qll index b90c9b605fc..ce150371279 100644 --- a/python/ql/src/semmle/python/web/stdlib/Request.qll +++ b/python/ql/src/semmle/python/web/stdlib/Request.qll @@ -1,7 +1,7 @@ /** * Provides the sources and taint-flow for HTTP servers defined using the standard library (stdlib). * Specifically, we model `HttpRequestTaintSource`s from instances of `BaseHTTPRequestHandler` - * (or subclasses) and form parsing with `cgi.FieldStorage`. + * (or subclasses) and form parsing using `cgi.FieldStorage`. */ import python import semmle.python.security.TaintTracking