Showing 749 of 749 total issues
Call to undeclared function \get_admin_url()
Open
Open
$edit_url = _wp_specialchars(get_admin_url() . "user-edit.php?user_id={$user_id}#bitfire_mfa", ENT_QUOTES);
- Exclude checks
Call to undeclared function \add_action()
Open
Open
add_action("edit_user_profile_update", "\BitFirePlugin\user_edit");
- Exclude checks
Function bitfire_init
defined at /code/wordpress-plugin/bitfire-plugin.php:427
was previously defined at /code/custom-plugin/bitfire-plugin.php:324
Open
Open
function bitfire_init() {
- Exclude checks
Call to undeclared function \add_filter()
Open
Open
add_filter("determine_current_user", "BitFirePRO\\verify_user_id", 65535, 1);
- Exclude checks
Call to undeclared function \add_filter()
Open
Open
add_filter("manage_users_columns", "BitFirePlugin\user_columns");
- Exclude checks
Possibly zero references to use statement for function find_fn
(\ThreadFin\find_fn)
Open
Open
use function ThreadFin\find_fn;
- Exclude checks
Call to undeclared function \add_action()
Open
Open
add_action("personal_options_update", "\BitFirePlugin\user_edit");
- Exclude checks
Expected @param annotation for ver
to be before the @param annotation for name
Open
Open
* @param string $name
- Exclude checks
Function dashboard_url
defined at /code/wordpress-plugin/bitfire-plugin.php:116
was previously defined at /code/custom-plugin/bitfire-plugin.php:72
Open
Open
function dashboard_url(string $page_name) : string {
- Exclude checks
Saw an @param annotation for path,
but it was not found in the param list of function package_to_ver(string $carry, string $line) : string;
Open
Open
* @param mixed $path
- Exclude checks
Call to undeclared function \add_action()
Open
Open
add_action("wp_login", "\BitFirePRO\wp_user_login", 60, 1);
- Exclude checks
Call to undeclared function \wp_get_inline_script_tag()
Open
Open
$alert_effect->out(wp_get_inline_script_tag($block_effect->read_out()), ENCODE_RAW, true);
- Exclude checks
Call to undeclared function \add_filter()
Open
Open
\add_filter("query", "BitFirePRO\query_filter");
- Exclude checks
Call to undeclared function \add_filter()
Open
Open
add_filter("wp_script_attributes", BINDL("\BitFirePlugin\add_nonce_attr", $nonce));
- Exclude checks
Possibly zero references to use statement for function verify_bot_as
(\BitFireBot\verify_bot_as)
Open
Open
use function BitFireBot\verify_bot_as;
- Exclude checks
Saw an @param annotation for path,
but it was not found in the param list of function path_to_source(string $rel_path, string $type, string $ver, ?string $name = null) : string;
Open
Open
* @param string $path
- Exclude checks
Function mail
defined at /code/wordpress-plugin/includes.php:202
was previously defined at /code/custom-plugin/includes.php:168
Open
Open
function mail(string $subject, string $message) {
- Exclude checks
Argument 1 (frequency_table)
is ?array
but \BitFire\frequency_analysis()
takes array
defined at /code/firewall/src/cms.php:873
Open
Open
$frequency = frequency_analysis($freq, $c3);
- Exclude checks
Argument 4 (user)
is null
but \BitFirePlugin\check_user_cap()
takes \WP_User
defined at /code/wordpress-plugin/bitfire-plugin.php:536
Open
Open
$used_caps = check_user_cap(null, null, null, null);
- Exclude checks
Unused result of a binary '!=='
operator Open
Open
(@shmop_write($ctx['rid'], $block, $ctx['mem_start'] + ($x * CUCKOO_EXP_SIZE_BYTES)) !== false);
- Exclude checks