mirror of
https://github.com/github/codeql.git
synced 2026-03-04 14:46:48 +01:00
Update Android app detection
This commit is contained in:
@@ -14,7 +14,7 @@ private import semmle.code.java.frameworks.android.Android
|
||||
private class AndroidFilesystemCleartextStorageSink extends CleartextStorageSink {
|
||||
AndroidFilesystemCleartextStorageSink() {
|
||||
filesystemInput(_, this.asExpr()) and
|
||||
isAndroid()
|
||||
inAndroidApplication(this.getLocation().getFile())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user