Restrict content access for WordPress (WP) | Restrict pages/posts in WP based on user roles and login status to protect content
90
Score
14
Errors
3
Warnings
+0
Change
Category Scores
Security86
Repo100
Performance100
Maintainability90
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
14
2 issue groups
Security
3
2 issue groups
ERRORMaintainabilitywp function not compatible with requires wpFunction "wp_register_ability()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 3.7.0.13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- error
Sample message
Function "wp_register_ability()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 3.7.0.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['papr_enable_abilities_api']1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['papr_enable_abilities_api']
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.4.2
90
Latest
- Findings
- 17
- Errors
- 14
- Warnings
- 3
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 90 | 17 | 14 | 3 | v1.4.2 | 2.0.0 |