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

New analysis parameters and extended taint config #187

Merged
merged 4 commits into from May 3, 2016

Conversation

formanek
Copy link
Contributor

Specifying findsecbugs.taint.taintedsystemvariables=true cause system variables to be considered tainted, findsecbugs.taint.customconfigfile=path-to-my-config.txt allows rewriting taint config in general and findsecbugs.taint.taintedmainargument=false cause considering the argument of the main method to be safe (it is tainted by default).

I have added configuration for Scanner and JTextComponent (Swing GUI), I am still not sure about some servlet methods. I've also added setHeader as a taint sink for Unvalidated Redirect.

@formanek
Copy link
Contributor Author

@h3xstream Do you have an idea, why Travis is still failing?

@h3xstream
Copy link
Member

@formanek The process running the test is being killed.. Most likely an unresolved memory issue.

@h3xstream h3xstream merged commit 0ca07e5 into find-sec-bugs:master May 3, 2016
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