Bug: processEvergreen() imports wrong plugin group #93

Open
opened 2026-05-29 05:30:28 +00:00 by jmiller · 1 comment
Owner

Audit Finding L-3

Severity: Low

Issue:
QueueProcessor::processEvergreen() calls PluginHelper::importPlugin('system') instead of PluginHelper::importPlugin('mokojoomcross'). There's also a dead $systemPlugin = null; variable.

Impact: The plugin collection in processEvergreen is unused (it just creates queue entries), so this doesn't cause failures, but it's dead/wrong code.

Fix: Change to importPlugin('mokojoomcross') and remove the dead variable.

Files: QueueProcessor.php

Label: priority: low, type: bug

## Audit Finding L-3 **Severity:** Low **Issue:** `QueueProcessor::processEvergreen()` calls `PluginHelper::importPlugin('system')` instead of `PluginHelper::importPlugin('mokojoomcross')`. There's also a dead `$systemPlugin = null;` variable. **Impact:** The plugin collection in processEvergreen is unused (it just creates queue entries), so this doesn't cause failures, but it's dead/wrong code. **Fix:** Change to `importPlugin('mokojoomcross')` and remove the dead variable. **Files:** `QueueProcessor.php` **Label:** `priority: low`, `type: bug`
Author
Owner

Branch created: feature/93-bug-processevergreen-imports-wrong-plugi

git fetch origin
git checkout feature/93-bug-processevergreen-imports-wrong-plugi
Branch created: [`feature/93-bug-processevergreen-imports-wrong-plugi`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/93-bug-processevergreen-imports-wrong-plugi) ```bash git fetch origin git checkout feature/93-bug-processevergreen-imports-wrong-plugi ```
Sign in to join this conversation.
Type Bug
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#93