felixarntz/global-admin

View on GitHub
wp-global-admin/wp-admin/global/edit.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing wp_unslash() before sanitization.
Open

do_action( 'global_admin_edit_' . $_GET['action'] );

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Open

    wp_die( __( 'Multinetwork support is not enabled.', 'wp-global-admin' ) );

Detected usage of a non-sanitized input variable: $_GET
Open

do_action( 'global_admin_edit_' . $_GET['action'] );

There are no issues that match your filters.

Category
Status