AudioIgniter lets you create music playlists and embed them in your WordPress posts, pages or custom post types and serve your audio content in style!
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
52
3 issue groups
Maintainability
1
1 issue group
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['_audioigniter_allow_track_listing_loop']. Check that the array index exists before using it.18
- Category
- Security
- Occurrences
- 18
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_audioigniter_allow_track_listing_loop']. Check that the array index exists before using it.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST[$this->post_type . '_nonce']17
- Category
- Security
- Occurrences
- 17
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST[$this->post_type . '_nonce']
WARNINGSecurityRequest data is not unslashed$_POST[$this->post_type . '_nonce'] not unslashed before sanitization. Use wp_unslash() or similar17
- Category
- Security
- Occurrences
- 17
- Severity
- warning
Sample message
$_POST[$this->post_type . '_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilitymismatched plugin namePlugin name "AudioIgniter Music Player" is different from the name declared in plugin header "AudioIgniter".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "AudioIgniter Music Player" is different from the name declared in plugin header "AudioIgniter".
Score History
First score snapshot
v2.0.4
59
Latest
- Findings
- 53
- Errors
- 0
- Warnings
- 53
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 59 | 53 | 0 | 53 | v2.0.4 | 2.0.0 |