Example App - This demo has several threats to show up how how easy is to Inject SQL and how powerfull it's when the threat was discovered.
According to Akamai, 51% of Web Attacks the root of problem is SQL Injection. And according OWASP, Injection is the most critical security issue.
The goal is teach how to prevent these kind of attack.
Pre reqs
- Net.Core 2.2
Techs:
- .NET Core
- Docker
- Download code
- Open folder
- Open a terminal
- docker-compose up --build
More about on ASP.NET Core & OWASP TOP 10 - Injection - Portuguese only
