berlindb / core

All of the required core code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_item_by() does not validate the $column_value, potentially triggering PHP errors

JJJ opened this issue · comments

If an unexpected type of value for $column_value is passed into get_item_by() (like an array or an object) it subsequently being passed into the Cache API will result in PHP Errors.