зеркало из https://github.com/github/codeql.git
308 B
308 B
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
).