@@ -7,12 +7,28 @@ Master: [.
24+
25+ - ** ZF2015-08** : ZF2014-06 uncovered an issue in the sqlsrv adapter provided by
26+ the framework whereby null bytes were not filtered correctly when generating
27+ SQL. A reporter discovered the same vulnerability is present in our PDO implementation
28+ when used with pdo_dblib, and could potentially be applied to other PDO adapters.
29+ This release contains a patch to properly escape null bytes used in SQL queries
30+ across all PDO adapters shipped with the framework.
31+
1632See http://framework.zend.com/changelog for full details.
1733
1834NEW FEATURES
0 commit comments