Skip to content

Commit 4841dd8

Browse files
authored
Merge pull request #131 from Hypercart-Dev-Tools/copilot/update-readme-stale-test-count
Update stale "30+" check count to 54 in README.md
2 parents 84d409e + 2e5773a commit 4841dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ cd ~/bin/ai-ddtk
224224
WP Code Check provides **two complementary analysis tools** for complete coverage:
225225

226226
#### **Quick Scanner** (Bash - Zero Dependencies)
227-
- **30+ WordPress-specific checks** in under 5 seconds
227+
- **54 WordPress-specific checks** in under 5 seconds
228228
- **Critical**: Unbounded queries, insecure deserialization, localStorage sensitive data, client-side serialization, **direct database queries without $wpdb->prepare()**
229229
- **High**: Direct superglobal manipulation, **unsanitized superglobal read**, **admin functions without capability checks**, **WooCommerce N+1 patterns**, AJAX without nonce validation, unbounded SQL, expensive WP functions in polling
230230
- **Medium**: N+1 patterns, transients without expiration, HTTP requests without timeout, unsafe RegExp construction, PHP short tags, **WooCommerce Subscriptions queries without limits**
@@ -536,7 +536,7 @@ WP Code Check is a **complete code quality suite** with multiple specialized too
536536

537537
| Tool | Type | Purpose | Speed |
538538
|------|------|---------|-------|
539-
| **Quick Scanner** | Bash | 30+ WordPress antipatterns | <5s |
539+
| **Quick Scanner** | Bash | 54 WordPress antipatterns | <5s |
540540
| **JSON to HTML Converter** | Python | Beautiful HTML reports from scan logs | <1s |
541541
| **GitHub Issue Creator** | Bash | Auto-create GitHub issues from scan results | <2s |
542542
| **Slack Integration** | Bash | CI/CD notifications | Instant |

0 commit comments

Comments
 (0)