fix: make PHPCS and PHPStan non-blocking until lint issues are increm… #6
ci.yml
on: push
PHP Coding Standards
14s
Static Analysis
34s
PHP 7.4 Compatibility
14s
Annotations
11 errors and 10 warnings
|
PHP Coding Standards:
includes/class-webdecoy-forms.php#L270
Processing form data without nonce verification.
|
|
PHP Coding Standards:
includes/class-webdecoy-forms.php#L270
Processing form data without nonce verification.
|
|
PHP Coding Standards:
includes/class-webdecoy-forms.php#L263
Processing form data without nonce verification.
|
|
PHP Coding Standards:
includes/class-webdecoy-forms.php#L263
Processing form data without nonce verification.
|
|
PHP Coding Standards:
includes/class-webdecoy-pow.php#L149
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT']
|
|
PHP Coding Standards:
includes/class-webdecoy-pow.php#L149
$_SERVER['HTTP_USER_AGENT'] not unslashed before sanitization. Use wp_unslash() or similar
|
|
PHP Coding Standards:
includes/class-webdecoy-woocommerce.php#L603
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
|
PHP Coding Standards:
includes/class-webdecoy-woocommerce.php#L588
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
|
PHP Coding Standards:
includes/class-webdecoy-woocommerce.php#L573
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
|
PHP Coding Standards:
includes/class-webdecoy-woocommerce.php#L343
$_SERVER['HTTP_USER_AGENT'] not unslashed before sanitization. Use wp_unslash() or similar
|
|
Static Analysis:
webdecoy.php#L1871
Access to an undefined property object::$response.
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L269
Use of a direct database call is discouraged.
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L263
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L263
Use of a direct database call is discouraged.
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L257
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L257
Use of a direct database call is discouraged.
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L251
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L251
Use of a direct database call is discouraged.
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L233
Attempting a database schema change is discouraged.
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L233
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
PHP Coding Standards:
includes/class-webdecoy-activator.php#L233
Use of a direct database call is discouraged.
|