Secure Copy Content Protection and Content Locking

Copy Protection plugin is activated it disables the right click, copy paste, content selection and copy shortcut keys

v5.1.8Ays ProUpdated Added 20k+ installs84% rating
25
Score
958
Errors
799
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,757 findings

Security

1,091

11 issue groups

Maintainability

633

14 issue groups

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='{$bstyle}' {$selected}>"'.813
Category
Security
Occurrences
813
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='{$bstyle}' {$selected}>"'.

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$actions&quot;.413
Category
Maintainability
Occurrences
413
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$actions&quot;.

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

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.77
Category
Maintainability
Occurrences
77
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().67
Category
Maintainability
Occurrences
67
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $ays_sb_email48
Category
Security
Occurrences
48
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $ays_sb_email

WARNINGSecurityMissing Unslash$_GET[&#039;ays_sccp_tab&#039;] not unslashed before sanitization. Use wp_unslash() or similar48
Category
Security
Occurrences
48
Severity
warning

Sample message

$_GET[&#039;ays_sccp_tab&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERRORSecurityUnescaped DBParameterUnescaped parameter $ays_sb_email used in $wpdb->get_row()\n$ays_sb_email assigned unsafely at line 636.28
Category
Security
Occurrences
28
Severity
error

Sample message

Unescaped parameter $ays_sb_email used in $wpdb->get_row()\n$ays_sb_email assigned unsafely at line 636.

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_GET[&#039;orderbyuserrole&#039;]26
Category
Security
Occurrences
26
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[&#039;orderbyuserrole&#039;]

ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;12
Category
Maintainability
Occurrences
12
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

Show 15 more
WARNINGSecurityInput Not Validated11
Category
Security
Occurrences
11
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;result&#039;]. Check that the array index exists before using it.

ERRORMaintainabilityEcho Found10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo __ ..." but found "<?= __ ..."

WARNINGSecurityMissing10
Category
Security
Occurrences
10
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon Prefixed Hookname Found9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;active_plugins&quot;.

WARNINGMaintainabilityprevent path disclosure error reporting9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

error_reporting() can lead to full path disclosure.

ERRORMaintainabilitywp function not compatible with requires wp8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.

WARNINGSecuritywp redirect wp redirect7
Category
Security
Occurrences
7
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGSecurityInterpolated Not Prepared6
Category
Security
Occurrences
6
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $settings_table at &quot;DROP TABLE IF EXISTS `$settings_table`&quot;

ERRORMaintainabilitydate date6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGSecurityUnescaped DBParameter5
Category
Security
Occurrences
5
Severity
warning

Sample message

Unescaped parameter $block_content used in $wpdb-&gt;query()\n$block_content assigned unsafely at line 37.

WARNINGMaintainabilitySchema Change5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORMaintainabilitycurl curl init5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNINGMaintainabilityslow db query meta key4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityNon Prefixed Function Found4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;activate_secure_copy_content_protection&quot;.

ERRORMaintainabilitycurl curl close4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

Score History

First score snapshot

v5.1.8

25

Latest

Findings
1,757
Errors
958
Warnings
799
Check
2.0.0

Related Plugins