Files
codeql/python/change-notes/2020-12-08-stdlib-http-source-modeling.md
Rasmus Wriedt Larsen fabc6fb7d9 Python: Add change-note
2020-12-08 14:04:46 +01:00

4 lines
308 B
Markdown

lgtm,codescanning
* Added modeling of HTTP servers created with `BaseHTTPRequestHandler` from standard library as a source of remote user input (`RemoteFlowSource`).
* Added modeling of HTML form submission with `cgi.FieldStorage` from standard library as a source of remote user input (`RemoteFlowSource`).