Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 308 Bytes

2020-12-08-stdlib-http-source-modeling.md

File metadata and controls

3 lines (3 loc) · 308 Bytes

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).