Showing 749 of 749 total issues
Possibly zero references to use statement for function ThreadFinCuckoo_write
(\ThreadFin\cuckoo_write)
Open
Open
use function ThreadFin\cuckoo_write as ThreadFinCuckoo_write;
- Exclude checks
Call to method close
from undeclared class \mysqli
Open
Open
if ($this->_db) { $this->_db->close(); }
- Exclude checks
Reference to undeclared constant \MYSQLI_ASSOC
Open
Open
protected function _qr(string $sql, $mode = MYSQLI_ASSOC) : SQL {
- Exclude checks
Argument 3 (data)
is string
but \ThreadFin\http()
takes array
defined at /code/firewall/src/util.php:1648
Open
Open
$c = http($method, $url, $data, $optional_headers);
- Exclude checks
Argument 3 (expires)
is array{expires:int,path:'/',domain:'',secure:false,httponly:true,samesite:'strict'}
but \setcookie()
takes int
Open
Open
'expires' => time() + $exp,
- Exclude checks
Argument 2 (user_string)
is ?string
but \hash_equals()
takes string
Open
Open
if (hash_equals($hash, $data->at("hmac"))) { debug("db key wp match [%s]", $name); return true; }
- Exclude checks
Variable $custom_err
is undeclared Open
Open
<p class="nor"><?php echo $custom_err?></p>
- Exclude checks
Possibly zero references to use statement for function serve_dashboard
(\BitFire\serve_dashboard)
Open
Open
use function BitFire\serve_dashboard;
- Exclude checks
Possibly zero references to use statement for constant WAF_SRC
(\BitFire\WAF_SRC)
Open
Open
use const BitFire\WAF_SRC;
- Exclude checks
Call to undeclared function \current_user_can()
Open
Open
$x = (current_user_can("unfiltered_html")) ? 2 : 0;
- Exclude checks
Call to undeclared function \add_submenu_page()
Open
Open
\add_submenu_page(
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
\wp_register_script("dashkit-vendor", plugin_dir_url(__FILE__) . "public/vendor.bundle.js", ["jquery"], "1.0", true);
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
\wp_register_style("dashkit-vs2015", plugin_dir_url(__FILE__) . "public/vs2015.min.css", [], "1.0");
- Exclude checks
Call to undeclared function \esc_attr()
Open
Open
esc_attr($_POST["redirect_to"]));
- Exclude checks
Function version_from_path
defined at /code/wordpress-plugin/includes.php:242
was previously defined at /code/custom-plugin/includes.php:203
Open
Open
function version_from_path(string $path, string $default_ver = "0.1") {
- Exclude checks
Call to undeclared function \plugin_dir_path()
Open
Open
\ThreadFin\file_recurse(plugin_dir_path(__FILE__), \ThreadFin\partial_right('chmod', FILE_EX));
- Exclude checks
Saw an @param annotation for timeout,
but it was not found in the param list of function http(string $method, string $path, array $data, ?array $optional_headers = null) : string;
Open
Open
* @param integer $timeout the HTTP read timeout in seconds, default is 5 seconds
- Exclude checks
Possibly zero references to use statement for classlike/namespace Effect
(\ThreadFin\Effect)
Open
Open
use ThreadFin\Effect;
- Exclude checks
Possibly zero references to use statement for constant WAF_SRC
(\BitFire\WAF_SRC)
Open
Open
use const BitFire\WAF_SRC;
- Exclude checks
Possibly zero references to use statement for function serve_advanced
(\BitFire\serve_advanced)
Open
Open
use function BitFire\serve_advanced;
- Exclude checks