mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
337 B
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.