Digital License Manager

Efficiently sell and manage software license keys / codes on your WooCommerce webshop

v1.8.4CodeVerveUpdated Added 700 installs94% rating
24
Score
295
Errors
670
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

965 findings

Maintainability

459

14 issue groups

Security

342

7 issue groups

I18n

121

4 issue groups

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'dlm_myaccount_handle_action_' . $action".173
Category
Maintainability
Occurrences
173
Severity
warning

Sample message

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

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

Sample message

Processing form data without nonce verification.

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

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h3>{$section['title']}</h3>\n"'.96
Category
Security
Occurrences
96
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h3>{$section['title']}</h3>\n"'.

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.84
Category
Security
Occurrences
84
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.71
Category
I18n
Occurrences
71
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.

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;ABSPATH_LENGTH&quot;.24
Category
Maintainability
Occurrences
24
Severity
warning

Sample message

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

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

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.20
Category
Maintainability
Occurrences
20
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().20
Category
Maintainability
Occurrences
20
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
ERRORI18nUnordered Placeholders Text20
Category
I18n
Occurrences
20
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d key(s) have been imported, while %d key(s) were not imported.'.

WARNINGMaintainabilityslow db query meta key16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityNot In Footer16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_register_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.

WARNINGMaintainabilityNon-prefixed function15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

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

ERRORMaintainabilityMissing direct file access protection14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

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

WARNINGSecurityInterpolated SQL is not prepared13
Category
Security
Occurrences
13
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $table at &quot;SELECT COUNT(*) FROM $table&quot;

ERRORSecuritySQL query is not prepared11
Category
Security
Occurrences
11
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta value10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

ERRORMaintainabilityfile system operations chmod9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

ERRORMaintainabilitywp function not compatible with requires wp9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

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

ERRORI18nNon Singular String Literal Text8
Category
I18n
Occurrences
8
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $action

ERRORSecurityUnsafe printing function7
Category
Security
Occurrences
7
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fclose7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERRORMaintainabilityfile system operations fopen6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

WARNINGSecurityDatabase parameter is not escaped5
Category
Security
Occurrences
5
Severity
warning

Sample message

Unescaped parameter $table used in $wpdb-&gt;get_results()\n$offset assigned unsafely at line 470.

External Connections

Potential connections found in static code analysis.

9 domains

Outbound calls

284

External assets

0

Incoming endpoints

16

Notable Domains

darkog.com174 · outbound
ideologix.com20 · outbound
codeverve.com4 · outbound
docs.codeverve.com1 · outbound
fontello.com1 · outbound

Platform / Reference Domains

gnu.org77 · platform/reference
wordpress.org4 · platform/reference
w3.org2 · platform/reference
github.com1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

wp_ajax_nopriv_dlm_licenses_checkpublic

wp_ajax

Admin AJAX endpoints15
admin_post_dlm_add_license_keyauthenticated

admin_post

admin_post_dlm_api_key_updateauthenticated

admin_post

admin_post_dlm_create_generatorsauthenticated

admin_post

admin_post_dlm_edit_generatorsauthenticated

admin_post

admin_post_dlm_generate_license_keysauthenticated

admin_post

admin_post_dlm_import_license_keysauthenticated

admin_post

admin_post_dlm_licenses_exportauthenticated

admin_post

admin_post_dlm_update_license_keyauthenticated

admin_post

wp_ajax_dlm_database_migration_tool_statusauthenticated

wp_ajax

wp_ajax_dlm_database_migration_tool_undoauthenticated

wp_ajax

wp_ajax_dlm_dropdown_searchauthenticated

wp_ajax

wp_ajax_dlm_handle_tool_processauthenticated

wp_ajax

3 more hidden

Score History

First score snapshot

v1.8.4

24

Latest

Findings
965
Errors
295
Warnings
670
Check
2.0.0

Relationship Map

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

31 nodes

Related Plugins