This configuration tells cron to run the project:send-emails every day at 3am and to send all possible output (that is, logs, errors, etc) to the address you@example.org.note For more information on the crontab configuration file format, type man 5 crontab in a terminal....
Since a post on security was requested, I am going to show you how to secure a route prefix in your application. The symfony2 security component is very powerful and complex. This implementation will be simple, but you should be able to easily build on it. For securing a production applic...
If you are using the Bash, Zsh or Fish shell, you can install Symfony's completion script to get auto completion when typing commands in the terminal. All commands support name and option completion, and some can even complete values. once. Runbin/console completion --helpfor the installation...
security #cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (nicolas-grekas) security #cve-2024-50342 [HttpClient] Filter private IPs before connecting when Host == IP (nicolas-grekas) security #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid character...
$handler->addHandler(newCompletion( Completion::ALL_COMMANDS,'direction', Completion::TYPE_ARGUMENT,function() {returnrange(1,10); } ) ); This will complete thedirectionargument for both commands: $ myapp walk [tab] $ myapp run [tab] ...
it's kind of nice to keep the original filename... so it's not just some random hash if the user downloads it later. Oh, and once it's uploaded, we'll need a way to link to that file... except if you need to do a security check before letting the user download the file. ...
In this part we are going to require anyone who tries to access a route that begins with “/admin/” to login using a form. To do this we will need to do a few things. First we need to register the SecurityBundle that ships with the symfony2 framework. Lets do that now. Open up...
This changelog references the relevant changes (bug and security fixes) done in 4.0 minor versions. To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/sym...
This changelog references the relevant changes (bug and security fixes) done in 4.1 minor versions. To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/sym...
feature #47817 [Security] TraceableAccessDecisionManager: fix inspecting voters of custom access decision managers (sarbanha) feature #47750 [Console] Show available commands in namespace when running namespace as command (wouterj) feature #47730 Ban DateTime from the codebase (WebMamba) ...