Security Checks¶

This document explains the process and tools used to check the security of the project.

Symfony Security Checker¶

Symfony Security Checker checks the project’s dependencies for known vulnerabilities.

Running Security Checks¶

To check for security vulnerabilities, execute the following command:

$ make security