/

Discover how to protect your projects and websites from cyber threats. Learn effective techniques to identify and fix security flaws in your systems.

New publication in the topic Security Sandbox

Introduction to the security of a Symfony application

2 years ago

Symfony is a highly secure web application framework that offers various security features out of the box. It provides built-in tools for authentication, authorization, encryption, and protection against common web application attacks such as CSRF and XSS. Symfony also encourages developers to follow security best practices, such as using parameterized queries to prevent SQL injection or using secure communication protocols like HTTPS.

New publication in the topic Security Sandbox

Remove sensitive information in Apache error page

3 years ago

Hiding sensitive information on an Apache server is an important security practice that helps to prevent attackers from gaining information that could be used to exploit vulnerabilities in the server or web application. Sensitive information includes things like the server version, operating system, and directory structure, which could provide attackers with valuable information about the system and its weaknesses.