Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.94k stars 442 forks source link

Add support for .NET 8.0.10 and 8.0.11 #10625

Open skisy opened 1 week ago

skisy commented 1 week ago

What problem would the feature you're requesting solve? Please describe.

High severity security vulnerabilities exist in .NET 8.0.8, but the Windows Function App host does not contain 8.0.10 or 8.0.11 runtime. A month after 8.0.10 release, it is still not supported.

Describe the solution you'd like

.NET 8.0.10 runtime (as a minimum) is added to Function App host.

Describe alternatives you've considered

Using docker, dotnet-docker has support for 8.0.10. Should not be necessary as PaaS resources should be maintained correctly.

Additional context

Image

liliankasem commented 1 week ago

This is a platform issue rather than a functions issue, we'll get this routed to the correct team.