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对PDO的检测是不起作用的 #26

Closed
longlong2010 opened this issue Nov 7, 2015 · 1 comment
Closed

taint对PDO的检测是不起作用的 #26

longlong2010 opened this issue Nov 7, 2015 · 1 comment

Comments

@longlong2010
Copy link

taint中对PDO的检测并不起作用,发现原因是PHP中PDO的类名是大写的PDO,在进行类的判断时使用了小写的pdo,导致判断不起作用。另外mysqli中缺少对prepare语句的判断,虽大大部分情况是没有问题的,但如果个别参数还是用了嵌入的方式还是存在问题。希望下个版本中能够修复这个问题,谢谢!

laruence added a commit that referenced this issue Nov 8, 2015
@laruence
Copy link
Owner

laruence commented Nov 8, 2015

嗯, PDO的类名是大写的, 已经提交了一个修复, thanks

@laruence laruence closed this as completed Nov 8, 2015
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

No branches or pull requests

2 participants