We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8878884 commit 2b30252Copy full SHA for 2b30252
python/ql/src/semmle/python/web/stdlib/Request.qll
@@ -1,7 +1,7 @@
1
/**
2
* Provides the sources and taint-flow for HTTP servers defined using the standard library (stdlib).
3
* Specifically, we model `HttpRequestTaintSource`s from instances of `BaseHTTPRequestHandler`
4
- * (or subclasses) and form parsing with `cgi.FieldStorage`.
+ * (or subclasses) and form parsing using `cgi.FieldStorage`.
5
*/
6
import python
7
import semmle.python.security.TaintTracking
0 commit comments