mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
402 B
402 B
0.5.2
Minor Analysis Improvements
- Data flowing from the
localsargument of a Railsrendercall is now tracked to uses of that data in an associated view. - Access to headers stored in the
envof Rack requests is now recognized as a source of remote input. - Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.