This repository has been archived by the owner on May 16, 2018. It is now read-only.
weierophinney
released this
08 Sep 16:11
·
5 commits
to master
since this release
Security Updates
- ZF2016-03: The implementation of
ORDER BY
andGROUP BY
inZend_Db_Select
remained prone to SQL injection when a combination of SQL expressions and comments were used. This release provides a comprehensive solution that identifies and removes comments prior to checking validity of the statement to ensure no SQLi vectors occur. We advise always filtering user input prior to invoking these methods, however, to further protect your applications.