Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Added ZF2015-02 announcement to readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 17, 2015
1 parent 2018f4d commit 6cedf4a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 2.3.5 (TBD)

### SECURITY UPDATES

- **ZF2015-02:** `Zend\Db\Adapter\Platform\Postgresql` was incorrectly using
`\\` to escape double quotes in identifiers and values, which could lead to
SQL injection vectors. We have provided patches that use proper escaping. If
you use Postgresql with Zend Framework 2, we recommend upgrading immediately.

## 2.3.4 (2015-01-14)

- [3758: partialLoop/partial View Helper can not be nested when using setObjectKey](https://github.com/zendframework/zf2/issues/3758)
Expand Down Expand Up @@ -703,6 +712,15 @@
- [5943: Fixed route matcher test](https://github.com/zendframework/zf2/pull/5943)
- [5951: Fix console mixed case optional value params](https://github.com/zendframework/zf2/pull/5951)

## 2.2.10 (2015-02-18)

### SECURITY UPDATES

- **ZF2015-02:** `Zend\Db\Adapter\Platform\Postgresql` was incorrectly using
`\\` to escape double quotes in identifiers and values, which could lead to
SQL injection vectors. We have provided patches that use proper escaping. If
you use Postgresql with Zend Framework 2, we recommend upgrading immediately.

## 2.2.9 (2015-01-14)

### SECURITY UPDATES
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ DD MMM YYYY

### UPDATES IN 2.3.5

This release contains security updates:

- **ZF2015-02:** `Zend\Db\Adapter\Platform\Postgresql` was incorrectly using
`\\` to escape double quotes in identifiers and values, which could lead to
SQL injection vectors. We have provided patches that use proper escaping. If
you use Postgresql with Zend Framework 2, we recommend upgrading immediately.

Please see [CHANGELOG.md](CHANGELOG.md).

### SYSTEM REQUIREMENTS
Expand Down

0 comments on commit 6cedf4a

Please sign in to comment.