Python: Clean up QLdoc

Co-Authored-By: Taus <tausbn@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2020-04-24 14:05:02 +02:00
committed by GitHub
parent 8878884724
commit 2b3025265b

View File

@@ -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