Skip to content

Commit a27431e

Browse files
committed
Python: Add module level QLDoc in web/stdlib/Request.qll
1 parent 6b84137 commit a27431e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
*/
16
import python
27
import semmle.python.security.TaintTracking
38
import semmle.python.web.Http

0 commit comments

Comments
 (0)