ASP.NET Core Meets Owasp Top 10 - Anders Abel - NDC Security 2022

Поделиться
HTML-код
  • Опубликовано: 16 июл 2024
  • With ASP.NET Core Microsoft took the chance to rework their entire web platform. And they reworked the authentication once more for ASP.NET Core 2.0. The result is a flexible and extensible security toolkit.
    This talk gives an overview of the ASP.NET Core security features, by looking at how they address the most common security issues: The OWASP Top 10.
    Check out more of our featured speakers and talks at
    ndcconferences.com/
    ndc-security.com/
  • НаукаНаука

Комментарии • 2

  • @marcosphs
    @marcosphs 2 года назад

    Congratulations Anders for the great presentation !!

  • @alexanderpoplooukhin7448
    @alexanderpoplooukhin7448 11 месяцев назад

    All modern browsers support CORS to fight against XSS attacks. Should I spend extra time to check user's inputs to prevent XSS?