Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 29fff0e

Browse files
committed
Noted security vector in README file
1 parent a784d7e commit 29fff0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Released on MMMMM DD, YYYY.
1313
IMPORTANT FIXES FOR 1.12.9
1414
--------------------------
1515

16+
**This release contains security updates:**
17+
18+
- **ZF2014-06** `Zend_Db_Adapter_Sqlsrv` had a potential SQL injection
19+
vulnerability via improperly quoted null bytes. The code has been updated to
20+
ensure proper quoting and thus remove the security vector. If you are using
21+
`Zend_Db_Adapter_Sqlsrv` and manually quoting values via the adapter, we
22+
encourage you to upgrade immediately.
23+
1624
See http://framework.zend.com/changelog for full details.
1725

1826
NEW FEATURES

0 commit comments

Comments
 (0)