-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Java: Improve the ExecTainted query #4287
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
Conversation
|
I've started a query to find the newly filtered results: https://lgtm.com/query/695684662946170257/ |
aschackmull
left a comment
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.
Some inline comments, otherwise looks good. The LGTM query run should give us a sense of the impact of these changes.
|
Hmm, just tried this on JDK11. Looks like there's a performance problem in |
|
And the first delta (i.e. iteration 2) of |
|
I think there's a bug in your LGTM query - since |
|
Thanks, yes, here's the fixed version: https://lgtm.com/query/7616579728577345448/ |
This PR adds most of the results that #4051 does, but with fewer FPs resultng from user input flowing to arguments of non-shell commands.