OllieJones / index-wp-mysql-for-speed

A plugin to add useful indexes to your WordPress installation's MySQL database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metadata upload: Failure to redact Caching_sha2_password_rsa_public_key.

OllieJones opened this issue · comments

Metadata upload needs to redact the status variable Caching_sha2_password_rsa_public_key.

Need to check for Caching_sha2_password_rsa_public_key right after this line of code, to avoid including the long RSA public key that sometimes appears as the value of that status variable.

https://github.com/OllieJones/index-wp-mysql-for-speed/blob/main/code/upload.php#L13

done for 1.4.5