Add change notes.

This commit is contained in:
Geoffrey White
2026-05-14 14:46:05 +01:00
parent c8196e439f
commit 59dbd68a5e
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* 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 `js/clear-text-logging`) may find more correct results and less false positive results after these changes.