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

Question: FlowDroid Analysis scope #758

Open
Alireza-Ardalani opened this issue Aug 24, 2024 · 0 comments
Open

Question: FlowDroid Analysis scope #758

Alireza-Ardalani opened this issue Aug 24, 2024 · 0 comments

Comments

@Alireza-Ardalani
Copy link

Hello,
@StevenArzt

I've been exploring FlowDroid and reviewing various issues and explanations regarding its behavior. However, I'm still unclear about how FlowDroid constructs its Call Flow Graph (CFG) and handles third-party or library code during taint analysis. I understand that FlowDroid uses different CFG construction algorithms and can be enhanced with a TaintWrapper.

My specific question is: Does FlowDroid consider third-party or library code when performing taint analysis? For example, if we have a sink like print() and the application code calls a method Foo() from an external library, and Foo() internally contains a print() statement, will FlowDroid detect the print() within Foo(), even though Foo() is not part of the application's own codebase?

From my experience, it seems that the answer is "No"—FlowDroid does not catch the print() in this scenario since it is within a library method. However, I would appreciate any clarification or guidance you can provide on this matter.

Thank you for your time and assistance!

Best regards,
Alireza

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

1 participant