Skip to content

Add Variable Analysis and Fix Results #5

Add Variable Analysis and Fix Results

Add Variable Analysis and Fix Results #5

Triggered via pull request December 30, 2024 14:12
Status Failure
Total duration 1m 47s
Artifacts

plugincheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-userinfo-endpoint.php#L67
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-userinfo-endpoint.php#L74
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-userinfo-endpoint.php#L82
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-client-taxonomy.php#L37
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-client-taxonomy.php#L38
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-client-taxonomy.php#L39
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-client-taxonomy.php#L40
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-client-taxonomy.php#L41
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-client-taxonomy.php#L42
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.WP.I18n.TextDomainMismatch: includes/class-indieauth-client-taxonomy.php#L43
Mismatched text domain. Expected 'wordpress-indieauth' but got 'indieauth'.
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-indieauth-userinfo-endpoint.php#L58
Detected usage of a non-sanitized input variable: $_SERVER['REDIRECT_HTTP_AUTHORIZATION']
WordPress.PHP.DevelopmentFunctions.error_log_error_log: includes/class-indieauth-client-discovery.php#L35
error_log() found. Debug code should not normally be used in production.
WordPress.PHP.DevelopmentFunctions.error_log_error_log: includes/class-indieauth-client-discovery.php#L37
error_log() found. Debug code should not normally be used in production.
WordPress.Security.ValidatedSanitizedInput.InputNotValidated: includes/class-indieauth-authorization-endpoint.php#L416
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Use isset() or empty() to check the index exists before using it
WordPress.Security.ValidatedSanitizedInput.InputNotValidated: includes/class-indieauth-authorization-endpoint.php#L418
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Use isset() or empty() to check the index exists before using it
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-indieauth-authorize.php#L169
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_AUTHORIZATION']
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-indieauth-authorize.php#L172
Detected usage of a non-sanitized input variable: $_SERVER['REDIRECT_HTTP_AUTHORIZATION']
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: includes/class-indieauth-authorize.php#L230
$_POST['access_token'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-indieauth-authorize.php#L230
Detected usage of a non-sanitized input variable: $_POST['access_token']
WordPress.Security.ValidatedSanitizedInput.InputNotValidated: includes/class-indieauth-authorize.php#L259
Detected usage of a possibly undefined superglobal array index: $_SERVER['REMOTE_ADDR']. Use isset() or empty() to check the index exists before using it