Replies: 1 comment 8 replies
-
Hi, Extending codeql/java/ql/lib/semmle/code/java/frameworks/android/AsyncTask.qll Lines 16 to 25 in c989e01 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to figure out a problem with taint propagation in an Android application.
Example code:
My query:
The problem:
It seems that codeql doesn't analyze onServiceConnected method, so I'm unable to propagate taint to serviceInterface.doStuff.
I can workaround this by adding an
AdditionalTaintStep
eg.however, it seems to be a hack rather than a solution that would work for more applications.
Questions:
Beta Was this translation helpful? Give feedback.
All reactions