Files
codeql/java/ql/src/change-notes/released/0.0.9.md
2022-02-10 22:08:24 +00:00

337 B

0.0.9

New Queries

  • A new query "Cleartext storage of sensitive information using a local database on Android" (java/android/cleartext-storage-database) has been added. This query finds instances of sensitive data being stored in local databases without encryption, which may expose it to attackers or malicious applications.