|
|
|
|
|
by DeathArrow
1326 days ago
|
|
I use a strongly typed language, repository pattern and an ORM. Good luck trying SQL injections. Also input is sanitized at framework level so good luck with XSS. Also the input has to bypass validation (for which I have unit tests) and the DTOs are mapped to database models before being written. |
|