-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: Add mybatis mapper.xml sql tainted detection #6413
Conversation
Are you intending to apply to the bounty program for this submission? |
Yes, thanks for invitation. |
OK, in that case review will start with the security lab once you've applied for the programme. |
To do this you should follow the instructions at https://securitylab.github.com/bounties/ (section "All for one, one for all"). Note in particular the condition:
|
Thanks, I'm trying. |
Hello, how could I include my mapper.xml to database? when I run |
problem solved here. #3887 |
Description:
I wrote ql to support sql injection dection in mybatis mapper.xml.
problem to resolve:
this ql committed didn't check sql query string in included element, I will fix it later.