mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Add unit tests + make some fixes
This commit is contained in:
@@ -16,5 +16,5 @@ import semmle.code.java.security.SensitiveUiQuery
|
||||
import TextFieldTracking::PathGraph
|
||||
|
||||
from TextFieldTracking::PathNode source, TextFieldTracking::PathNode sink
|
||||
where NotificationTracking::flowPath(source, sink)
|
||||
where TextFieldTracking::flowPath(source, sink)
|
||||
select sink, source, sink, "This $@ is exposed in a text view.", source, "sensitive information"
|
||||
|
||||
Reference in New Issue
Block a user