Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5534

Hugh on "[Plugin: Dynamic Widgets] MySQL collation type"

$
0
0

Greetings,
I was recently looking at my database and noticed that your plugin does not produce tables with the same collation character set as the current version of wordpress.

I was particularly looking at the table wp_dynamic_widgets. It is in a charset labeled utf8_unicode_ci. My understanding is that the current version of wordpress uses utf8mb4_unicode_ci. I was recently reading the core announcement here: https://make.wordpress.org/core/2015/04/02/the-utf8mb4-upgrade/ and watching https://www.youtube.com/watch?v=yQaRUEwEKxE.

So here is my question: because your table is not using the same collation as WP Core, does that mean that by using your plugin it it opens up a website to security vulnerabilities, of the same type as WP Core had before it was able to handle 4 byte unicode characters?

https://wordpress.org/plugins/dynamic-widgets/


Viewing all articles
Browse latest Browse all 5534

Trending Articles