PluginProbe
The WP Remote WordPress Plugin / 6.76
The WP Remote WordPress Plugin v6.76
6.76 6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 All 54 releases
← All changes | recover.php +1 -1 6.696.76 View file →
@@ -150,9 +150,9 @@
150 150 return $status;
151 151 }
152 152
153 153 public static function validate($key) {
154 - return $key && strlen($key) >= 32;
154 + return is_string($key) && strlen($key) >= 32;
155 155 }
156 156
157 157 public static function find($settings, $pubkey, $tag = null) {
158 158 if (!self::validate($pubkey)) {