Skip to content

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

@mukut007

Description

@mukut007

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions