mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
781 B
781 B
0.8.13
Minor Analysis Improvements
- Data flow is now tracked through
ActiveRecordscopes. - Modeled instances of
ActionDispatch::Http::UploadedFilethat can be obtained from element reads ofActionController::Parameters, with calls tooriginal_filename,content_type, andreadnow propagating taint from their receiver. - The second argument,
subquery_name, of theActiveRecord::QueryMethods::frommethod, is now recognized as an sql injection sink. - Calls to
Typhoeus::Request.neware now considered as instances of theHttp::Client::Requestconcept, with the response body being treated as a remote flow source. - New command injection sinks have been added, including
Process.spawn,Process.exec,Terrapin::CommandLineand theopen4gem.