Azure / azure-webjobs-sdk-extensions

Azure WebJobs SDK Extensions
MIT License
344 stars 206 forks source link

Microsoft.Azure.WebJobs.Extensions.Http depends on deprecated "Microsoft.AspNetCore.*" packages #855

Open fowl2 opened 1 year ago

fowl2 commented 1 year ago

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.

Havunen commented 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

image

patelriki13 commented 10 months ago

Any updates on this? Critical vulnerabilities and deprecated packages still low priorities? After 6 months, is there no progress on this?

lzandman commented 5 days ago

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...