Plugin para registrar y mostrar estadísticas de visitas a páginas y posts, incluyendo información por país.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
57
3 issue groups
Repo Compliance
4
4 issue groups
Maintainability
1
1 issue group
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $country34
- Category
- Security
- Occurrences
- 34
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $country
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable {$this->wpdb->posts} at JOIN {$this->wpdb->posts} p ON s.post_id = p.ID\n12
- Category
- Security
- Occurrences
- 12
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$this->wpdb->posts} at JOIN {$this->wpdb->posts} p ON s.post_id = p.ID\n
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $this->wpdb->prefix used in $wpdb->get_results()11
- Category
- Security
- Occurrences
- 11
- Severity
- warning
Sample message
Unescaped parameter $this->wpdb->prefix used in $wpdb->get_results()
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "ContadorVisitas".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ContadorVisitas".
ERRORRepo Complianceoutdated tested upto headerTested up to: 6.8 < 7.0. 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.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 6.8 < 7.0. 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.
ERRORRepo Compliancereadme description non official languageThe readme description contains unofficial language. It must be written in standard English.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
The readme description contains unofficial language. It must be written in standard English.
WARNINGRepo Compliancereadme parser warnings no short description presentThe "Short Description" section is missing. An excerpt was generated from your main plugin description.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
ERRORRepo Compliancereadme short description non official languageThe readme short description contains unofficial language. It must be written in standard English.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
The readme short description contains unofficial language. It must be written in standard English.
External Connections
Potential connections found in static code analysis.
Outbound calls
5
External assets
0
Incoming endpoints
0
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Score History
First score snapshot
v1.0
42
Latest
- Findings
- 62
- Errors
- 37
- Warnings
- 25
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 62 | 37 | 25 | v1.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.