issues
search
wahabmirjan
/
wp-simple-nonce
A very simple NONCE for WordPress developers.
GNU General Public License v2.0
38
stars
11
forks
source link
checkNonce can return true if both value and database return NULL value
#5
Closed
opicron
closed
5 years ago
opicron
commented
6 years ago
Easy fix, add:
if (empty($value)) return false;
wahabmirjan
commented
5 years ago
Resolved.
Easy fix, add:
if (empty($value)) return false;