Extend the search functionality of woocommerce to include searching of sku
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | plugin_header_no_license | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | — | Plugin Repo |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.LikeWildcardsInQueryWithPlaceholder | SQL wildcards for a LIKE query should be passed in through a replacement parameter and the variable part of the replacement should be escaped using "esc_like()". Found: LIKE '%%%s%%'. | 32:59 | Security |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.LikeWildcardsInQueryWithPlaceholder | SQL wildcards for a LIKE query should be passed in through a replacement parameter and the variable part of the replacement should be escaped using "esc_like()". Found: LIKE '%%%s%%'. | 35:52 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $variationsSql used in $wpdb->get_results($variationsSql)\n$variationsSql assigned unsafely at line 73:\n $variationsSql .= "\n where 1\n AND p.post_parent <> 0\n and p.ID not in ($ignoreIdsForMySql)\n and p.post_status = 'publish'\n group by p.post_parent\n "\n$ignoreIdsForMySql assigned unsafely at line 48:\n $ignoreIdsForMySql = implode(",", $ignoreIds)\n$ignoreIds used without escaping. | 81:26 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $variationsSql | 81:38 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $regularProductsSql used in $wpdb->get_results($regularProductsSql)\n$regularProductsSql assigned unsafely at line 111:\n $regularProductsSql .= \n "where 1\n and (p.post_parent = 0 or p.post_parent is null)\n and p.ID not in ($ignoreIdsForMySql)\n and p.post_status = 'publish'\n group by p.ID"\n$ignoreIdsForMySql assigned unsafely at line 90:\n $ignoreIdsForMySql = implode(",", $ignoreIds)\n$ignoreIds assigned unsafely at line 86:\n $ignoreIds[] = $post->post_id\n$post->post_id used without escaping. | 118:32 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $regularProductsSql | 118:44 | Security |
| ERROR | outdated_tested_upto_header | Tested up to: 5.7 < 6.8. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | — | Plugin Repo |
| ERROR | stable_tag_mismatch | Mismatched Stable Tag: 0.8.1 != 0.8.0. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org. | — | Plugin Repo |
| WARNING | mismatched_plugin_name | Plugin name "Search by SKU for Woocommerce" is different from the name declared in plugin header "Search By SKU - for Woocommerce". | — | — |
| 11/13/2025, 3:50:05 PM | 9s | 94 | 9 | 10 |