Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge tag 'release-1.12.19' of github.com:zendframework/zf1 into MAGETWO-55432 #4

Closed
wants to merge 58 commits into from
Closed

Conversation

wert2all
Copy link

MAGETWO-55432: Bypass single query restriction and inject SQL

Zend Framework 1.12.19

Security Updates
----------------

- **ZF2016-02**: The implementation of `ORDER BY` and `GROUP BY` in
  `Zend_Db_Select` contained potential SQL injection vulnerabilities,
  and have been patched.

weierophinney and others added 30 commits September 15, 2015 10:54
Zend_Validate_Hostname - Updated TLD list
It solves executing queries with subqueries in SELECT block.
"New line" char (which is added in _renderFrom function while imploding joins) causes problem in regexp for "AS" case detection
…e a very rare case with raw subquery with "new line" chars inside
…pdate

Zend_Validate_Hostname - updated TLD list to the version 2015102801
Fixed the null byte test for Zend_Db_Adapter_Pdo
This patch fixes a potential entropy fixation vector with `Zend_Captcha_Word`.
Prior to the fix, when selecting letters for the CAPTCHA, `array_rand()` was
used, which does not use sufficient entropy during randomization. The patch
backports randomization routines from ZF2 in order to provide a more
cryptographically secure RNG.
This allows us to easily switch between PHP versions down to 5.3 using
the `newphp nn` command.

You're on your own for installing PHPUnit though, it's easy enough with
`composer global require phpunit/phpunit:~4.0` or whatever though.
Update FirePhp for different debug_backtrace on PHP 7
Skip Zend_Soap tests on Travis with PHP 5.4.37 because of segfaults
ezimuel and others added 25 commits February 8, 2016 16:22
Fix for 655 issue - ZF2015-08 breaks binary data
Update Vagrantfile to use Rasmus' php7 box
Fixes zendframework#575 - Removes Zend_Gdata_YouTube which is based on Data API v2
- Updated VERSION constant to 1.12.18
- Updated README:
  - set stable version
  - set release date
  - added verbiage around ZF2016-01
- Updated README: set version, date, and changelog notes.
- Updated `Zend_Version::VERSION` constant.
Patches ZF2016-02, and prepares for 1.12.19 release.
…TWO-55432

MAGETWO-55432: Bypass single query restriction and inject SQL

Zend Framework 1.12.19

Security Updates
----------------

- **ZF2016-02**: The implementation of `ORDER BY` and `GROUP BY` in
  `Zend_Db_Select` contained potential SQL injection vulnerabilities,
  and have been patched.
@okorshenko okorshenko self-assigned this Aug 5, 2016
@okorshenko
Copy link

Before accepting this PR, we need to test compatibility with Magento 2.0.x and 2.1.x

@wert2all wert2all closed this Aug 12, 2016
magento-devops-reposync-svc pushed a commit that referenced this pull request Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants