Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2020-12-08 13:55:41 +01:00
parent ba1ca70858
commit fabc6fb7d9

View File

@@ -0,0 +1,3 @@
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`).