Skip to content

release v1.0.0

release v1.0.0 #1

Triggered via push November 7, 2024 11:30
Status Success
Total duration 2m 43s
Artifacts

action.yml

on: push
WordPress Plugin Check
2m 13s
WordPress Plugin Check
Create Release
11s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
WordPress.Security.NonceVerification.Recommended: admin/class-wpoven-performance-logs-admin.php#L201
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: admin/class-wpoven-performance-logs-admin.php#L201
Processing form data without nonce verification.
WordPress.DB.DirectDatabaseQuery.DirectQuery: admin/class-wpoven-performance-logs-admin.php#L208
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: admin/class-wpoven-performance-logs-admin.php#L208
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.PreparedSQL.InterpolatedNotPrepared: admin/class-wpoven-performance-logs-admin.php#L208
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT * FROM $table_name WHERE id = %d"
WordPress.DB.DirectDatabaseQuery.DirectQuery: admin/class-wpoven-performance-logs-admin.php#L412
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: admin/class-wpoven-performance-logs-admin.php#L412
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: admin/class-wpoven-performance-logs-admin.php#L460
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: admin/class-wpoven-performance-logs-admin.php#L479
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: admin/class-wpoven-performance-logs-admin.php#L479
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
Create Release
The following actions use a deprecated Node.js version and will be forced to run on node20: softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/