Kestrel Web Server security/patch update

Mohammad Imtiaz Kabir 21 Reputation points
2021-10-06T08:50:20.99+00:00

Hi

One of my developer friends wants to develop asp.net systems and run on linux with the Kestrel web server, but I am worried if any vulnerabilities are disclosed, who will give an update? Microsoft? As it was developed and released by Microsoft(https://stackify.com/what-is-kestrel-web-server/).

Can anyone clarify for me about the security and patch update? Also, how long it will continue to support.

Thanks in advance.

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2021-10-06T14:39:16.383+00:00

    Kestrel is part of the .net core runtime and no longer a separate repo. It’s patched when you install a .net runtime patch.

    Asp.net core follows the node model. There a long term support (LTS) releases good for a little over 2 years, and minor release good for 3 months after the next release. There is a new version every year. 3.1 is the current LTS, and 6.0 will be the next due soon.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.