mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
committed by
GitHub
parent
8878884724
commit
2b3025265b
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Provides the sources and taint-flow for HTTP servers defined using the standard library (stdlib).
|
||||
* Specifically, we model `HttpRequestTaintSource`s from instances of `BaseHTTPRequestHandler`
|
||||
* (or subclasses) and form parsing with `cgi.FieldStorage`.
|
||||
* (or subclasses) and form parsing using `cgi.FieldStorage`.
|
||||
*/
|
||||
import python
|
||||
import semmle.python.security.TaintTracking
|
||||
|
||||
Reference in New Issue
Block a user