mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Add module level QLDoc in web/stdlib/Request.qll
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user