# Security Checks This document explains the process and tools used to check the security of the project. ## Symfony Security Checker [Symfony Security Checker](https://symfony.com/doc/current/components/security-checker.html) checks the project's dependencies for known vulnerabilities. ## Running Security Checks To check for security vulnerabilities, execute the following command: ```bash $ make security ```