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

Taint sources locations added to bug reports #69

Merged
merged 3 commits into from Aug 2, 2015

Conversation

formanek
Copy link
Contributor

@formanek formanek commented Aug 1, 2015

Taint analysis remembers all possible code locations with taint sources from now and shows them in bug reports (e.g. lines are highlighted in FindBugs GUI). If taint source is unknown and sink known, locations of unknown sources are shown. This makes reported warnings more informative and false positives can be distinguished more easily.

h3xstream added a commit that referenced this pull request Aug 2, 2015
Taint sources locations added to bug reports
@h3xstream h3xstream merged commit d9868e6 into find-sec-bugs:master Aug 2, 2015
@h3xstream
Copy link
Member

Do IDE show those highlights (Eclipse/IntelliJ)?

@formanek
Copy link
Contributor Author

formanek commented Aug 2, 2015

Only one line (with taint sink) is normally highlighted, but if the IDE plugin shows bug details (such as in IntelliJ), you can read the locations of taint sources (e.g. "At MyClass.java:[line 10]").

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

Successfully merging this pull request may close these issues.

None yet

2 participants