Skip to content

Commit 2b30252

Browse files
RasmusWLtausbn
andauthored
Python: Clean up QLdoc
Co-Authored-By: Taus <[email protected]>
1 parent 8878884 commit 2b30252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides the sources and taint-flow for HTTP servers defined using the standard library (stdlib).
33
* Specifically, we model `HttpRequestTaintSource`s from instances of `BaseHTTPRequestHandler`
4-
* (or subclasses) and form parsing with `cgi.FieldStorage`.
4+
* (or subclasses) and form parsing using `cgi.FieldStorage`.
55
*/
66
import python
77
import semmle.python.security.TaintTracking

0 commit comments

Comments
 (0)