berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

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

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

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.