mirror of
https://github.com/github/codeql.git
synced 2026-08-01 16:02:57 +02:00
509 B
509 B
6.7.0
Major Analysis Improvements
- Upgraded to allow analysis of Swift 6.3.2.
Minor Analysis Improvements
- The sensitive data heuristics used to identify code that handles passwords and private data have been improved. Most of the changes permit more variations of established patterns, thereby finding more sensitive data. Queries that use the sensitive data library (for example
swift/cleartext-logging) may find more correct results and fewer false positive results after these changes.