mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
455 B
455 B
0.7.3
Major Analysis Improvements
- Improved support for flow through captured variables that properly adheres to inter-procedural control flow.
Minor Analysis Improvements
- Modified the
getSecureAlgorithmNamepredicate inEncryption.qllto also includeSHA-256andSHA-512. Previously only the versions of the names without dashes were considered secure. - Add support for
WithElementandWithoutElementfor MaD access paths.