Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to extract an object which is invoking a sink? #65

Open
mukut007 opened this issue Jul 3, 2019 · 1 comment
Open

Is it possible to extract an object which is invoking a sink? #65

mukut007 opened this issue Jul 3, 2019 · 1 comment

Comments

@mukut007
Copy link

mukut007 commented Jul 3, 2019

Suppose the putExtra method of Intent is used as a sink which takes a key value parameter. For example

L1 : Intent i = new Intent()
L2: i.putExtra("Key","Value")
from L2 using explicit value finder I can get the values of the arguments passed into putExtra. But is it possible to fetch the Intent object from this line?

Thanks

@fgwei
Copy link
Contributor

fgwei commented Jul 27, 2019

Theoretically, yes. However, currently, the explicit value finder only keeps track of constants. You might extend it to track object creation as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants