Terms descriptions

This plugin allows you to create list of terms and assign links to them. Plugin replaces terms occurrences in your posts with appropriate links.

v3.4.10Vladimir StatsenkoUpdated Added 1k+ installs98% rating
28
Score
222
Errors
423
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance100
Maintainability25

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

645 findings

Security

332

11 issue groups

Maintainability

294

13 issue groups

I18n

5

1 issue group

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".156
Category
Maintainability
Occurrences
156
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.90
Category
Security
Occurrences
90
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type=\"hidden\" name=\"${name}\" value=\""'.64
Category
Security
Occurrences
64
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type=\"hidden\" name=\"${name}\" value=\""'.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$_xml_cache&quot;.57
Category
Maintainability
Occurrences
57
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[&#039;dump_file&#039;][&#039;tmp_name&#039;]39
Category
Security
Occurrences
39
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;dump_file&#039;][&#039;tmp_name&#039;]

WARNINGSecurityRequest data is not unslashed$_GET[&#039;_wpnonce&#039;] not unslashed before sanitization. Use wp_unslash() or similar39
Category
Security
Occurrences
39
Severity
warning

Sample message

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

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.34
Category
Security
Occurrences
34
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES[&#039;dump_file&#039;][&#039;tmp_name&#039;]. Check that the array index exists before using it.31
Category
Security
Occurrences
31
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.22
Category
Maintainability
Occurrences
22
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().19
Category
Maintainability
Occurrences
19
Severity
warning

Sample message

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

Show 15 more
ERRORMaintainabilityMissing direct file access protection18
Category
Maintainability
Occurrences
18
Severity
error

Sample message

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

ERRORSecuritySQL query is not prepared12
Category
Security
Occurrences
12
Severity
error

Sample message

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

WARNINGSecurityNonce verification recommended9
Category
Security
Occurrences
9
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityDatabase parameter is not escaped8
Category
Security
Occurrences
8
Severity
error

Sample message

Unescaped parameter $insert_sql used in $wpdb->query()\n$insert_sql assigned unsafely at line 145.

ERRORI18nMissing Arg Domain5
Category
I18n
Occurrences
5
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGSecuritywp redirect wp redirect4
Category
Security
Occurrences
4
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.

ERRORMaintainabilityrand rand4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNINGMaintainabilitySchema Change3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORMaintainabilitydate date3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed constant3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;TD_DIR&quot;.

WARNINGMaintainabilityerror log trigger error3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

ERRORSecurityException output is not escaped2
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 '" parameters, expected ${parameter_count} for filter ${name}, callback "'.

ERRORMaintainabilityDeprecated function: get_alloptions2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

get_alloptions() has been deprecated since WordPress version 3.0.0. Use wp_load_alloptions() instead.

ERRORMaintainabilityDeprecated function: get_user_id_from_string2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

get_user_id_from_string() has been deprecated since WordPress version 3.6.0. Use get_user_by() instead.

WARNINGMaintainabilityMissing Version2
Category
Maintainability
Occurrences
2
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.

External Connections

Potential connections found in static code analysis.

12 domains

Outbound calls

153

External assets

0

Incoming endpoints

6

Notable Domains

fdgd.sff88 · outbound
jqueryui.com14 · outbound
docs.jquery.com13 · outbound
jquery.org13 · outbound
ddd.com8 · outbound
tdhome.com7 · outbound

Platform / Reference Domains

github.com1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints6
wp_ajax_td_add_termauthenticated

wp_ajax

wp_ajax_td_delete_termauthenticated

wp_ajax

wp_ajax_td_delete_termsauthenticated

wp_ajax

wp_ajax_td_get_termauthenticated

wp_ajax

wp_ajax_td_update_permalinkauthenticated

wp_ajax

wp_ajax_td_update_termauthenticated

wp_ajax

Score History

First score snapshot

v3.4.10

28

Latest

Findings
645
Errors
222
Warnings
423
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

Pages with category and tag

60k+ active installs

100
Custom Post Exporter

3k+ active installs

99
Export All URLs

50k+ active installs

99
Link Shortner

800 active installs

99
Autoremove Attachments

3k+ active installs

98
Eazy Enable Blogroll

1k+ active installs

98