From 2b3025265bbb73f6dc9c6ec96ddaa9bb444cd0ca Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Fri, 24 Apr 2020 14:05:02 +0200 Subject: [PATCH] Python: Clean up QLdoc Co-Authored-By: Taus --- python/ql/src/semmle/python/web/stdlib/Request.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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