Skip to content

Commit 8878884

Browse files
committed
Python: Rewrite web/stdlib/Request.qll QLDoc to be more clear
1 parent 23f3736 commit 8878884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/web/stdlib/Request.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides the sources and taint-flow for HTTP servers defined with standard library (stdlib).
2+
* Provides the sources and taint-flow for HTTP servers defined using the standard library (stdlib).
33
* Specifically, we model `HttpRequestTaintSource`s from instances of `BaseHTTPRequestHandler`
44
* (or subclasses) and form parsing with `cgi.FieldStorage`.
55
*/

0 commit comments

Comments
 (0)