-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Taint analysis for Android Java code #2390
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor style changes to pass the GitHubActions
, if not needed we can approve it
@0xroot-bf thanks for the suggestions. Incorporated 2 them and skipped 1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's my review @su-vikas, excellent addition!! Apologies for the delay.
Co-authored-by: Carlos Holguera <[email protected]>
@cpholguera thanks for reviewing. Updated as per the suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much @su-vikas!
Added content for performing taint analysis on Android Java code using FlowDroid.
This PR closes #1942.