Python: Rewrite web/stdlib/Request.qll QLDoc to be more clear

This commit is contained in:
Rasmus Wriedt Larsen
2020-04-24 08:07:23 +02:00
parent 23f3736b67
commit 8878884724

View File

@@ -1,5 +1,5 @@
/**
* Provides the sources and taint-flow for HTTP servers defined with standard library (stdlib).
* 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`.
*/