Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.

You might want to read an updated version of this page for the current version, PrestaShop 8. Read the updated version of this page

Learn how to upgrade to the latest version.

prestashop:linter:security-annotation

Informations

  • Path: src/PrestaShopBundle/Command/SecurityAnnotationLinterCommand.php
  • Arguments:
    • action: Action to perform, must be one of: list and find-missing

Description

This command aims to check if Back Office controller routes have configured Security annotations.

Two options are available: Listing and Finding Missing.

Listing

This option aims to list all routes, and their related permissions.

Finding missing

This option aims to find routes with missing security annotations.