UpStream: a Project Management Plugin for WordPress

UpStream is a free but very powerful project management plugin for WordPress.

v2.1.1upstreampluginUpdated Added 600 installs84% rating
22
Score
683
Errors
703
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance97
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,386 findings

Maintainability

636

16 issue groups

I18n

407

4 issue groups

Security

298

5 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all".441
Category
Maintainability
Occurrences
441
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all".

ERRORI18nText Domain MismatchMismatched text domain. Expected 'upstream' but got 'cmb2'.234
Category
I18n
Occurrences
234
Severity
error

Sample message

Mismatched text domain. Expected 'upstream' but got 'cmb2'.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$assigned_by'.151
Category
Security
Occurrences
151
Severity
error

Sample message

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

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().132
Category
I18n
Occurrences
132
Severity
error

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$algo'.81
Category
Security
Occurrences
81
Severity
error

Sample message

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

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.57
Category
Security
Occurrences
57
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Translators CommentA function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.31
Category
I18n
Occurrences
31
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

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

Sample message

Use of a direct database call is discouraged.

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

Sample message

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

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().26
Category
Maintainability
Occurrences
26
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
WARNINGMaintainabilityNo PHP code found22
Category
Maintainability
Occurrences
22
Severity
warning

Sample message

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNINGMaintainabilityNon-prefixed hook name21
Category
Maintainability
Occurrences
21
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "_upstream_milestone_categories_labels".

WARNINGMaintainabilityslow db query meta key13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityslow db query meta query10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGI18nMismatched Placeholders10
Category
I18n
Occurrences
10
Severity
warning

Sample message

Mismatched placeholders is probably an error

WARNINGMaintainabilityDiscouraged PHP function8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGMaintainabilityslow db query meta value8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

WARNINGMaintainabilityDynamic hook name8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".

WARNINGMaintainabilityerror log trigger error8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed function5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirect5
Category
Security
Occurrences
5
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" 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.

WARNINGMaintainabilityerror log print r4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGSecurityInput is not validated4
Category
Security
Occurrences
4
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_SESSION['upstream']['client_id']. Check that the array index exists before using it.

WARNINGMaintainabilityNot In Footer4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

WARNINGMaintainabilityerror log debug backtrace3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

External Connections

Potential connections found in static code analysis.

47 domains

Outbound calls

271

External assets

3

Incoming endpoints

26

Notable Domains

cmb2.io60 · outbound
getharvest.com16 · outbound
upstreamplugin.com14 · outbound
apache.org12 · outbound
fontawesome.com9 · outbound
jqueryui.com7 · outbound

Platform / Reference Domains

github.com77 · platform/reference
wordpress.org7 · platform/reference
opensource.org4 · platform/reference
w3.org3 · platform/reference
core.trac.wordpress.org2 · platform/reference
developer.wordpress.org1 · platform/reference

External Asset Domains

gstatic.com2 · asset + outbound
cssdeck.com1 · asset
gmpg.org1 · asset

Incoming Endpoints

wp_ajax_nopriv_cmb2_oembed_handlerpublic

wp_ajax

Admin AJAX endpoints25
wp_ajax_cmb2_oembed_handlerauthenticated

wp_ajax

wp_ajax_upstream_admin_ajax_get_clients_usersauthenticated

wp_ajax

wp_ajax_upstream_admin_cleanup_update_cacheauthenticated

wp_ajax

wp_ajax_upstream_admin_import_file_prepareauthenticated

wp_ajax

wp_ajax_upstream_admin_import_file_sectionauthenticated

wp_ajax

wp_ajax_upstream_admin_migrate_milestones_for_projectauthenticated

wp_ajax

wp_ajax_upstream_admin_migrate_milestones_get_projectsauthenticated

wp_ajax

wp_ajax_upstream_admin_refresh_projects_metaauthenticated

wp_ajax

wp_ajax_upstream_admin_reset_capabilitiesauthenticated

wp_ajax

wp_ajax_upstream_admin_signupauthenticated

wp_ajax

wp_ajax_upstream_collapse_updateauthenticated

wp_ajax

wp_ajax_upstream_ordering_updateauthenticated

wp_ajax

13 more hidden

Score History

First score snapshot

v2.1.1

22

Latest

Findings
1,386
Errors
683
Warnings
703
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins