OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

Must sanitize WP_CACHE_KEY_SALT before using it. #27

Closed OllieJones closed 1 year ago

OllieJones commented 1 year ago

This plugin, unlike some sister persistent-cache plugins, uses WP_CACHE_KEY_SALT as a filename fragment. So, we must sanitize it.