ITU-BDSA2024-GROUP15 / Chirp

Project for BDSA 2024 group 15
MIT License
0 stars 0 forks source link

As a developer, i want to make sure that Chirp! is not susceptible to cross-site scripting or SQL injection attacks #63

Closed VernesNemo closed 2 weeks ago

VernesNemo commented 3 weeks ago

Acceptance criteria: Done when tests pass for both

Powsdaws commented 2 weeks ago

It does not seems like we have introduced any vulnerabilities in our application (XSS, SQL injections) - we use taghelpers and standard LINQ queries (and nothing funky for our sql queries)- after reading Andrew Lock ASP.NET Core in Action, Third Edition chapter 29.1 and 29.4.2.