- The
Configuration
taint flow configuration class fromcodeql.ruby.security.InsecureDownloadQuery
has been deprecated. Use theFlow
module instead.
- More kinds of rack applications are now recognized.
- Rack::Response instances are now recognized as potential responses from rack applications.
- HTTP redirect responses from Rack applications are now recognized as a potential sink for open redirect alerts.
- Additional sinks for
rb/unsafe-deserialization
have been added. This includes various methods from theyaml
andplist
gems, which deserialize YAML and Property List data, respectively.