Resolve security/core#25 Escape use of cacheKey to prevent SQLI when populating the...
authorSeamus Lee <seamuslee001@gmail.com>
Sat, 27 Oct 2018 21:44:08 +0000 (08:44 +1100)
committerTim Otten <totten@civicrm.org>
Thu, 21 Feb 2019 03:41:33 +0000 (19:41 -0800)
commit45f66fa167e54ff3d849d2d6641a477d300caf91
tree491af8c0471a2ce728ecb650bd466f2dd538123c
parent6188a793560673dd0fbd72a683d16d51e0b83a44
Resolve security/core#25 Escape use of cacheKey to prevent SQLI when populating the prevNextCache

Security #25 Update Redis implementation to match function sig of interface function
CRM/Campaign/Selector/Search.php
CRM/Contact/Selector.php
CRM/Core/PrevNextCache/Interface.php
CRM/Core/PrevNextCache/Redis.php
CRM/Core/PrevNextCache/Sql.php
tests/phpunit/E2E/Core/PrevNextTest.php