Files
codeql/java/ql/src/change-notes/released/0.8.8.md
2024-02-05 17:58:57 +00:00

323 B

0.8.8

New Queries

  • Added a new query java/android/sensitive-text to detect instances of sensitive data being exposed through text fields without being properly masked.
  • Added a new query java/android/sensitive-notification to detect instances of sensitive data being exposed through Android notifications.