Files
codeql/python/ql/lib/change-notes/released/7.1.2.md
2026-05-29 11:27:54 +00:00

442 B

7.1.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 py/clear-text-logging-sensitive-data) may find more correct results and less fewer positive results after these changes.