From 4f2ffccc20ff128d54bb6acdb66d1417eb08c07d Mon Sep 17 00:00:00 2001 From: Tony Torralba Date: Thu, 13 Apr 2023 11:14:57 +0200 Subject: [PATCH] Improve change note --- .../lib/change-notes/2023-04-13-sensitive-actions-fix-regex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/lib/change-notes/2023-04-13-sensitive-actions-fix-regex.md b/java/ql/lib/change-notes/2023-04-13-sensitive-actions-fix-regex.md index 3754657d8cc..f544f6fd165 100644 --- a/java/ql/lib/change-notes/2023-04-13-sensitive-actions-fix-regex.md +++ b/java/ql/lib/change-notes/2023-04-13-sensitive-actions-fix-regex.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -* Fixed the regular expression used to identify sensitive information in `SensitiveActions::getCommonSensitiveInfoRegex`. +* Fixed a bug in the regular expression used to identify sensitive information in `SensitiveActions::getCommonSensitiveInfoRegex`. This may affect the results of the queries `java/android/sensitive-communication`, `java/android/sensitive-keyboard-cache`, and `java/sensitive-log`.