Conversation
e54b096 to
1649711
Compare
🔍 WordPress Plugin Check Report
📊 Report
|
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
105 |
PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $order_clause used in $wpdb->get_col()\n$order_clause assigned unsafely at line 102. |
186 |
PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $order_clause used in $wpdb->get_col()\n$order_clause assigned unsafely at line 183. |
📁 src/block/website-list/render.php (1 warning)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
24 |
WordPress.DB.SlowDBQuery.slow_db_query_tax_query | Detected usage of tax_query, possible slow query. |
🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check
…sitives Ignore `missing_composer_json_file`, since it has false positives
16e89dd to
99c0fda
Compare
3023803 to
f2393c2
Compare
8298b7b to
2954ed2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement a block to list the websites of a webring similar to the
core/latest-postsblock.