Merge pull request #16446 from joefarebrother/shared-sensitive-heuristics

Ruby/Python/JS/Swift: Add category of Private information to shared sensitive data heuristics
This commit is contained in:
Joe Farebrother
2024-05-21 09:07:13 +01:00
committed by GitHub
10 changed files with 270 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Additional heuristics for a new sensitive data classification for private information (e.g. credit card numbers) have been added to the shared `SensitiveDataHeuristics.qll` library. This may result in additional results for queries that use sensitive data such as `py/clear-text-storage-sensitive-data` and `py/clear-text-logging-sensitive-data`.