ASP.Net core mvc 6: How to protect web applications from common vulnerabilities and attacks

T.Zacks 3,986 Reputation points
2022-08-17T16:12:25.44+00:00

Looking for a series of guide line which help me to understand how to protect web applications from common vulnerabilities and attacks.
please provide all common vulnerabilities and their protection.

also like to know ASP.NET Core security features and capabilities. thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,207 questions
0 comments No comments
{count} votes

Accepted answer
  1. AgaveJoe 26,146 Reputation points
    2022-08-17T19:49:11.96+00:00

    Your question is far to open to answer on a forum post but luckily this type of information is widely available.

    The OWASP foundation tracks common web based vulnerabilities and is a good starting place to learn about the vulnerabilities and how to mitigate the vulnerabilities. OWASP also provides tools for checking applications vulnerabilities, proxy tools, etc.

    OWASP Top Ten

    ASP.NET Core 6 comes with several feature to mitigate vulnerabilities which can be found in the Security and Identity documentation. To list a few...

    Prevent Cross-Site Scripting (XSS) in ASP.NET Core
    Enable Cross-Origin Requests (CORS) in ASP.NET Core
    DotNet Security Cheat Sheet

    Please make an effort to educate yourself. If you have questions, feel free to ask but please be specific.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful