-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.ApplicationInsights.AspNetCore used deprecated NuGet packages #2811
Comments
A comment inside Microsoft.ApplicationInsights.AspNetCore.csproj. Seems like the comment was long forgotten. |
It is worth mentioning that there is vulnerability in: Microsoft.AspNetCore.Http.Features 2.1.1 Denial Of Service (DoS) Workaround is to add explicit dependency on "Microsoft.AspNetCore.Http.Features" Version="5.0.17" which has no vulnerabilities and it fixes SCA scan issues (in my case). Anyway, I would greatly appreciate an update on this ticket. |
Any updates on this? Any ETA? because
So any ETA? |
Any update / plans on this @TimothyMothra ? My team is using App insights in .NET Core for microservices for years now and with the lasted changes how Net6/8 references framework dependencies, it is really painful to include this Nuget package with all the old/outdated dlls which all end up in every service's bin / publish dir... |
Remove package references to nugets Microsoft.AspNetCore.* because they are deprecated. For AspNetCore -framework reference to Microsoft.AspNetCore.App is added. microsoft#2811
I have proposed changes just for Microsoft.ApplicationInsights.AspNetCore in the linked PR #2860. I hope that @TimothyMothra will soon have time to review the changes and they will find a way to the main branch. There is no code change, so no expected behavior change. Just the package references to Microsoft.AspNetCore.* are replaced with framework reference to Microsoft.AspNetCore.App. ApplicationInsights.AspNetCore is targeted to netcoreapp3.1, although it is not supported anymore, but this way it will still be possible for any legacy applications running on .net 3.1 to use AI. The test are passing. |
Bump, this package has an active vulnerability, and I can't pass the Veracode scan, so a customers app can't be deployed. |
@EntityAdam, I just checked and I don't see any vulnerabilities in our reports. Do you have a CVE number that you can share? |
I already link number |
Dotnet list package --outdated / --deprecated shows for the packages
Microsoft.ApplicationInsights.AspNetCore 2.21.0
Microsoft.ApplicationInsights.Profiler.AspNetCore 2.5.3
Microsoft.ApplicationInsights.Profiler.Core 2.5.3
outdated and if we update them deprecated packages
Microsoft.AspNetCore.Hosting
Microsoft.AspNetCore.Http
Is there any plan to migrate these packages to full .net core 7 or .net core 8 support?
The text was updated successfully, but these errors were encountered: