Add Any Extension to Pages

Add any extension of your choosing (e.g. .html, .htm, .jsp, .aspx, .cfm) to WordPress pages.

v1.5Marios AlexandrouUpdated Added 2k+ installs100% rating
71
Score
3
Errors
10
Warnings
+0
Change

Category Scores

Security49
Repo100
Performance100
Maintainability97

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

13 findings

Security

11

5 issue groups

Maintainability

2

2 issue groups

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_REQUEST['plugin']3
Category
Security
Occurrences
3
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_REQUEST['plugin']

WARNINGSecurityMissing Unslash$_REQUEST['plugin'] not unslashed before sanitization. Use wp_unslash() or similar3
Category
Security
Occurrences
3
Severity
warning

Sample message

$_REQUEST['plugin'] not unslashed before sanitization. Use wp_unslash() or similar

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input class='textbox' type='text' name='aaetp_extension' id='aaetp_extension' value='$aaetp_extension' />"'.2
Category
Security
Occurrences
2
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input class='textbox' type='text' name='aaetp_extension' id='aaetp_extension' value='$aaetp_extension' />"'.

WARNINGSecurityRecommendedProcessing form data without nonce verification.2
Category
Security
Occurrences
2
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_SERVER[&quot;REQUEST_URI&quot;]. Check that the array index exists before using it.1
Category
Security
Occurrences
1
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_SERVER[&quot;REQUEST_URI&quot;]. Check that the array index exists before using it.

WARNINGMaintainabilityMissing VersionResource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.

ERRORMaintainabilityno stable tagInvalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.

Score History

First score snapshot

v1.5

71

Latest

Findings
13
Errors
3
Warnings
10
Check
2.0.0

Related Plugins