Skip to content

v1.0.2

Compare
Choose a tag to compare
@korobochkin korobochkin released this 04 May 20:50
· 52 commits to master since this release

Security improvements release. Better output for the links.

Prepare URL before output it. This plugin doesn't have XSS vulnerability like many others plugins (because we use wp_nonce_url() before output the links) but page may look incorrect if you try to open something like site.com/users.php?"><script>alert('hi')</script>. Script not working (thanks wp_nonce_url()) but markup looks crashed.