Skip to content

prepare release of v1.8.5 (#297) #12

prepare release of v1.8.5 (#297)

prepare release of v1.8.5 (#297) #12

Triggered via push November 11, 2024 16:52
Status Success
Total duration 1m 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
WordPress.Security.NonceVerification.Recommended: inc/class-statify-frontend.php#L41
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-statify-frontend.php#L42
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-statify-frontend.php#L44
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-statify-frontend.php#L45
Processing form data without nonce verification.
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-frontend.php#L106
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-table.php#L54
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-statify-table.php#L54
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-table.php#L88
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-statify-table.php#L88
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.SchemaChange: inc/class-statify-table.php#L88
Attempting a database schema change is discouraged.