mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02: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.