Faktur Pro for WooCommerce

Faktur Pro ermöglicht Ihnen Rechnungen, Kunden und Produkte aus WooCommerce direkt in vielen Providern automatisch zu erzeugen.

v3.1.21ZWEISCHNEIDERUpdated Added 1k+ installs92% rating
26
Score
416
Errors
218
Warnings
+0
Change

Category Scores

Security0
Repo78
Performance100
Maintainability20

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

634 findings

I18n

326

3 issue groups

Security

165

6 issue groups

Maintainability

128

16 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'woorechnung' but got 'fakturpro '.319
Category
I18n
Occurrences
319
Severity
error

Sample message

Mismatched text domain. Expected 'woorechnung' but got 'fakturpro '.

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

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "FP_Abstract_Client".43
Category
Maintainability
Occurrences
43
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FP_Abstract_Client".

WARNINGSecurityRequest data is not unslashed$_COOKIE[$this->_cookie_name] not unslashed before sanitization. Use wp_unslash() or similar27
Category
Security
Occurrences
27
Severity
warning

Sample message

$_COOKIE[$this->_cookie_name] not unslashed before sanitization. Use wp_unslash() or similar

ERRORMaintainabilitywp function not compatible with requires wpFunction "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 3.0.0.25
Category
Maintainability
Occurrences
25
Severity
error

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$this->_cookie_name]23
Category
Security
Occurrences
23
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[$this->_cookie_name]

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

Sample message

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

ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_email_main_content_' . $this->id".13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_email_main_content_' . $this->id".

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

Sample message

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

Show 15 more
WARNINGMaintainabilityNon-prefixed global variable5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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

WARNINGMaintainabilityslow db query meta key4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

ERRORMaintainabilitydate date4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations mkdir4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityMissing Version4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

ERRORI18nNon Singular String Literal Text4
Category
I18n
Occurrences
4
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: '<p>The request processing failed. Please check the following possible causes of error:</p>'\n . '<ul>'\n . '<li>Does the order have all the necessary data for invoicing?</li>'\n . '<li>Have you configured the taxes correctly in your online shop?</li>'\n . '<li>Have you successfully established the connection to your billing provider?</li>'\n . '<li>Can your billing provider process all the information in your order?</li>'\n . '</ul>'\n . '<p>If the cause of the problem is unclear to you, please contact us please contact our support.</p>'

ERRORI18nMissing Arg Domain3
Category
I18n
Occurrences
3
Severity
error

Sample message

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

WARNINGMaintainabilityDirect Query2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log debug backtrace2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log print r2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

WARNINGSecurityNonce verification recommended2
Category
Security
Occurrences
2
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNot In Footer2
Category
Maintainability
Occurrences
2
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.

WARNINGMaintainabilityNo PHP code found1
Category
Maintainability
Occurrences
1
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.

WARNINGMaintainabilityDynamic hook name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

External Connections

Potential connections found in static code analysis.

4 domains

Outbound calls

10

External assets

0

Incoming endpoints

4

Notable Domains

faktur.pro6 · outbound
support.faktur.pro1 · outbound
zweischneider.de1 · outbound

Platform / Reference Domains

de.wordpress.org2 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints4
wp_ajax_fakturpro_cancellation_invoiceauthenticated

wp_ajax

wp_ajax_fakturpro_customer_invoiceauthenticated

wp_ajax

wp_ajax_fakturpro_delivery_noteauthenticated

wp_ajax

wp_ajax_fakturpro_invoiceauthenticated

wp_ajax

Score History

First score snapshot

v3.1.21

26

Latest

Findings
634
Errors
416
Warnings
218
Check
2.0.0

Relationship Map

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

28 nodes