mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
308 B
308 B
lgtm,codescanning
- Added modeling of HTTP servers created with
BaseHTTPRequestHandlerfrom standard library as a source of remote user input (RemoteFlowSource). - Added modeling of HTML form submission with
cgi.FieldStoragefrom standard library as a source of remote user input (RemoteFlowSource).