Let's talk about
Web Security
for Web Artisans
ASAWL Author
Let's build something secure with Laravel!
Web Application Security Analysis for Laravel (ASAWL)
Within the scope of web application security analysis developed in the context of this repository, ASAWL is a methodology designed to assess and improve the security of web applications built with Laravel. Its main focus is the identification and mitigation of Vulnerabilities by applying security best practices specific to this ecosystem.
Laravel, thanks to its power and popularity, enables agile development of robust web applications using PHP. However, like any tool, using it does not automatically guarantee security. ASAWL arises from the need to address this reality by providing a structured and practical framework to evaluate application security.
Vulnerabilities
- SQL Injection (SQLi)
- Cross-Site Scripting (XSS)
- Input Validation Failures
- Insecure Authentication and Authorization
- Cross-Site Request Forgery (CSRF)
- Sensitive Data Exposure
- Security Misconfiguration
- Insecure Design
- Vulnerable and Outdated Components
- Insufficient Logging and Monitoring