Python: Add module level QLDoc in web/stdlib/Request.qll

This commit is contained in:
Rasmus Wriedt Larsen
2020-04-22 16:22:03 +02:00
parent 6b84137a92
commit a27431e197

View File

@@ -1,3 +1,8 @@
/**
* Provides the sources and taint-flow for HTTP servers defined with standard library (stdlib).
* Specifically, we model `HttpRequestTaintSource`s from instances of `BaseHTTPRequestHandler`
* (or subclasses) and form parsing with `cgi.FieldStorage`.
*/
import python
import semmle.python.security.TaintTracking
import semmle.python.web.Http