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 6b84137 commit a27431eCopy full SHA for a27431e
python/ql/src/semmle/python/web/stdlib/Request.qll
@@ -1,3 +1,8 @@
1
+/**
2
+ * Provides the sources and taint-flow for HTTP servers defined with standard library (stdlib).
3
+ * Specifically, we model `HttpRequestTaintSource`s from instances of `BaseHTTPRequestHandler`
4
+ * (or subclasses) and form parsing with `cgi.FieldStorage`.
5
+ */
6
import python
7
import semmle.python.security.TaintTracking
8
import semmle.python.web.Http
0 commit comments