-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Java: Improper url validation #3236
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
Java: Improper url validation #3236
Conversation
410738f
to
b7f2d32
Compare
…ence so this isn't needed here. And one typo is corrected.
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.
A few inline comments. Also, could you please auto-format the ql file? Otherwise it won't pass PR checks.
Hi @aschackmull , Just curious - why the check of Language-Tests/Java failed? Could you shed some light on this issue? Thanks, |
The |
Thanks @aschackmull . Details of the Language-Tests/Java error are on the internal Jenkins server and the CodeQL extension with VS Code didn't report it. However, the LGTM query console does report this error. I've corrected the select statement and will keep on using the query console to validate queries. Cheers, |
This PR is to address CWE-939 "Improper Authorization in Handler for Custom URL Scheme", which is a very common issue in Android mobile development.
For more details, please view the help document.