Transitive dependencies have high/critical security vulnerabilities
See original GitHub issueAdd 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
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Analyzing the Direct and Transitive Impact of Vulnerabilities ...
vulnerabilities may influence libraries via long transitive dependency chains and that a vulnerability in a single library may.
Read more >Transitive Dependencies: How much can you trust friends of ...
In a nutshell, transitive dependencies are the components that are necessary for the Open Source Software (OSS) your app uses to run, compile...
Read more >78% of vulnerabilities are found in indirect dependencies ...
78% of vulnerabilities are found in indirect dependencies, making remediation complex. Keep your open source dependencies secure. Snyk provides ...
Read more >.NET Handbook | Best practices / Vulnerable dependencies
The next step is determining whether that vulnerability is actually afflicting ... The severity can be minimal, medium, high, or critical.
Read more >On the Effect of Transitivity and Granularity on Vulnerability ...
Our main empirical findings shows that, (1) transitivity has a substantial impact on the vulnerabilities propagation in Maven. Of 1.1M vulnerable projects, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mattjohnsonpint: Please could you see whether https://github.com/cloudevents/sdk-csharp/issues/239 and https://github.com/cloudevents/sdk-csharp/pull/240 look like the right approach to you?
Will sort this out on Monday, thanks.