Skip to content
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

Transitive dependencies have high/critical security vulnerabilities #260

Closed
mattjohnsonpint opened this issue Oct 8, 2022 · 5 comments
Closed
Assignees

Comments

@mattjohnsonpint
Copy link

Add this package to a blank project and run dotnet list package --vulnerable --include-transitive

Project `MyApp` has the following vulnerable packages
   [net6.0]: 
   Transitive Package               Resolved   Severity   Advisory URL                                     
   > Newtonsoft.Json                9.0.1      High       https://github.com/advisories/GHSA-5crp-9r3c-p9vr
   > System.Text.Encodings.Web      4.5.0      Critical   https://github.com/advisories/GHSA-ghhp-997w-qr28
@jskeet
Copy link
Member

jskeet commented Oct 8, 2022

Will sort this out on Monday, thanks.

@jskeet
Copy link
Member

jskeet commented Oct 10, 2022

I think these are both actually via CloudNative.CloudEvents.AspNetCore. I'll update that and re-release, then update the dependency here to that new version.

@jskeet
Copy link
Member

jskeet commented Oct 10, 2022

@mattjohnsonpint: Please could you see whether cloudevents/sdk-csharp#239 and cloudevents/sdk-csharp#240 look like the right approach to you?

@mattjohnsonpint
Copy link
Author

Yes, that seems right to me.

@mattjohnsonpint
Copy link
Author

This is fixed with version 1.1.0. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants