-
Notifications
You must be signed in to change notification settings - Fork 292
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
NuGet package has dependency with known security vulnerabilities (Microsoft.AspNetCore.Hosting) #1902
Comments
Hello, thanks for reporting. |
Subscribed, because our package vulnerability gate is failing on this |
@older, @quepasadiformaggio what tool are you using to detect this vulnerability? I'm working on this issue this week and I'll reply to this thread when my PR has merged. You'll be able to grab our nightly build to validate. |
Just merged this fix. It will be available tomorrow from our nightly builds. |
We used WhiteSource bolt. You can find the message below. WhiteSource bolt message: |
https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages - Nightly builds are available in myget feed: https://www.myget.org/F/applicationinsights-dotnet-nightly/api/v3/index.json |
Thank you. I have run it again and get the same message but now for 1.1.3. Seems like upgrading to >= 2.1.0 will only fix the problem. High7.5 |
Can we get any update on this? |
@vkpraveen there's an open PR linked to this issue, you can monitor our progress there. |
Hello all, we just merged the fix for this issue. We're going to start the next beta (v2.15.0-beta3) release tonight, but because of the holiday weekend, it likely won't be available until the middle of next week. |
Describe your environment.
Steps to reproduce.
Add Microsoft.ApplicationInsights.AspNetCore reference to your project. Look at transitive dependencies.
What is the expected behavior?
Reference to version of Microsoft.AspNetCore.Hosting without known security vulnerabilities (maybe latest from 1.0.x ?)
What is the actual behavior?
Reference to Microsoft.AspNetCore.Hosting 1.0.2 which is a version with security vulnerability.
Additional context.
I understand that this is probably can be fixed by using latest version of runtime in hosting, but this gets reported by security scanners as vulnerability in the project, so it is still good idea to use references on libraries without known security vulnerabilities.
The text was updated successfully, but these errors were encountered: