berlindb/core

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

JJJ opened this issue · 0 comments

JJJ commented

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.