Open fowl2 opened 1 year ago
This is annoying issue because the main function app SDK depends on Microsoft.Azure.WebJobs.Extensions.Http and certain things (like new extension methods) does not work as expected. https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions
Any updates on this? Critical vulnerabilities and deprecated packages still low priorities? After 6 months, is there no progress on this?
Still no progress. This issue is flagged in our SCA tooling. Technically you're requiring us to run vulnerable software, which, as The Mandalorian would say it, isn't the way...
Microsoft.Azure.WebJobs.Extensions.Http (3.2.0, the current version) is a direct dependency of
Microsoft.NET.Sdk.Functions
ie. the main Functions SDK, which means it is included in all in-proc Functions.And it depends on several deprecated packages:
There were announced deprecated by the .Net team at https://github.com/dotnet/announcements/issues/217 (discussion: https://github.com/dotnet/core/issues/7420) in May 2022.
This dependency has caused at least one issue: https://github.com/MicrosoftDocs/azure-docs/issues/54934.
It would be great if it could be removed.