Missing module name in the plugin discovery path

Created on 20 April 2023, over 1 year ago
Updated 28 April 2023, over 1 year ago

Problem/Motivation

The current paths to discover xray plugins are:

  • Plugin/tasks
  • Plugin/groups

This means that if module wants to add a new Report it should be placed at:

  • modulename/src/Plugin/groups
  • modulename/src/Plugin/tasks

But the right place would be:

  • modulename/src/Plugin/xray_audit/groups
  • modulename/src/Plugin/xray_audit/tasks

Proposed resolution

Change the routes.

Remaining tasks

Do it.

User interface changes

None.

API changes

Modules implementing xray audit reports should change its route. However, because this module is ver new it is unlikely there are already modules suing this.

🐛 Bug report
Status

Fixed

Version

1.1

Component

Code

Created by

🇪🇸Spain tunic Madrid

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024