EasyAudit usage and settings

This documentation is about EasyAudit Premium. This module adds some features to the EasyAudit Free. First of all, ten new rules are added to the audit process to have better insight. An interface is added to the admin grid to display the results of the audit and permits to manage results directly from it.

  • Generate tickets from the audit results to github and jira
  • New rules added to the audit
    • Use of flat catalog
    • Check for heavy tables
    • An advanced block vs view model check
    • PaymentInterface use
    • Use of ObjectManager directly in the code
    • Commands without Proxies
    • Proxies for heavy classes
    • Multiple preferences for the same class
  • Generate patches via a private paid API.

You can install the module using private composer repository. Once your order will be validated, you will receive the credentials to use the repository. They will be asked during the installation process. Check my account section for address of repository and credentials.

composer require crealoz/easy-audit-premium

The settings are available in the admin panel. You can set the API key for the patch generation and tickets generation.

For GitHub, head to your personal access token page. If you need more information about how to use this functionality, GitHub provides more information in its documentation.

For Jira, head to security token section. If you need more information about how it, Atlassian provides documentation on how to set security token.

Note : None of the configuration is compulsory. You can use the module without any configuration but related functionalities will not be available.

A new column is added to the EasyAudit requests admin grid.

You can click on the view link to see the details of the audit. A grid is displayed with the results and you can see at a glance the different problems. Title and summary help you to get an insight on how the result affects your website. An arbitrary attributed severity permits to focus on the points that need to be addressed first. Bug trackers column will be explained later. The EasyAudit Fixer column display if the problem can be fixed automatically by our paid API.

Patch generation with EasyAudit Fixer

Once you are in the detailed view, there will be a “generate patch” button. This button will open a modal to generate the patch. You can choose the path that needs to be removed from absolute one and the type of patch.

Note : a credit will be used for each file and each patch generated.

The patch will be generated and delivered as soon as possible.

The only thing you need to do is to apply the patch to your code. Better do it one by one to avoid any conflict.

Available processors

  • Around plugins that should be converted to before or after plugins
  • Proxies for commands and heavy classes

Ticket generation

You can generate tickets for GitHub and Jira.

Click on any button. A ticket will be generated and the link will be displayed first in the info message and later in the grid. If an issue has already been created, the button will be deactivated.

The column “bug tracker” has now the link for results where a ticket has been created.