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

Commit 5dbff43

Browse files
committed
Updated README with ZF2015-04 details
1 parent b0490b4 commit 5dbff43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ Released on MMMMMMMM DD, YYYY.
1313
IMPORTANT FIXES FOR 1.12.12
1414
---------------------------
1515

16+
**This release contains security updates:**
17+
18+
- **ZF2015-04:** `Zend_Mail` and `Zend_Http` were both susceptible to CRLF Injection
19+
Attack vectors (for HTTP, this is often referred to as HTTP Response
20+
Splitting). Both components were updated to perform header value validations
21+
to ensure no values contain characters not detailed in their corresponding
22+
specifications, and will raise exceptions on detection. Each also provides new
23+
facilities for both validating and filtering header values prior to injecting
24+
them into header classes. If you use either `Zend_Mail` or `Zend_Http`,
25+
we recommend upgrading immediately.
26+
1627
See http://framework.zend.com/changelog for full details.
1728

1829
NEW FEATURES

0 commit comments

Comments
 (0)