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

Bump Microsoft.Extensions.Caching.Memory for CVE #758

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DaveTryon
Copy link
Contributor

CVE-2024-43483 requires that we bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1. This is a transitive dependency from Component Detection. that they are like to eventually pick up, at which time we can revert this change.

Redacted output from dotnet nuget why before the change -- version of Microsoft.Extensions.Caching.Memory is 8.0.0:

>dotnet nuget why Microsoft.Sbom.sln  Microsoft.Extensions.Caching.Memory
Project 'Microsoft.Sbom.Tool' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.Sbom.Api (v1.0.0)
   │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   │  └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │     └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │        └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
      └─ Microsoft.Sbom.Api (v1.0.0)
         ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
         └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
            └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
               └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.Api' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.Api.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Api (v1.0.0)
      ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
         └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.DotNetTool' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.Sbom.Api (v1.0.0)
   │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   │  └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │     └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │        └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
      └─ Microsoft.Sbom.Api (v1.0.0)
         ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
         └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
            └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
               └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.Extensions.DependencyInjection' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Api (v1.0.0)
      ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
         └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.Extensions.DependencyInjection.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
      └─ Microsoft.Sbom.Api (v1.0.0)
         ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
         └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
            └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
               └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.Targets' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
   │  └─ Microsoft.Sbom.Api (v1.0.0)
   │     ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │     │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   │     └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │        └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │           └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   └─ Microsoft.Sbom.Tool (v1.0.0)
      ├─ Microsoft.Sbom.Api (v1.0.0)
      │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      │  └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │     └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │        └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
         └─ Microsoft.Sbom.Api (v1.0.0)
            ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
            └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
               └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
                  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.Targets.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
   │  └─ Microsoft.Sbom.Api (v1.0.0)
   │     ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │     │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   │     └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │        └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │           └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
   └─ Microsoft.Sbom.Tool (v1.0.0)
      ├─ Microsoft.Sbom.Api (v1.0.0)
      │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      │  └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │     └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │        └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
         └─ Microsoft.Sbom.Api (v1.0.0)
            ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
            └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
               └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
                  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.Tool.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Tool (v1.0.0)
      ├─ Microsoft.Sbom.Api (v1.0.0)
      │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      │  └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │     └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │        └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
         └─ Microsoft.Sbom.Api (v1.0.0)
            ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
            └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
               └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
                  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Project 'Microsoft.Sbom.Targets.E2E.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Tool (v1.0.0)
      ├─ Microsoft.Sbom.Api (v1.0.0)
      │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      │  └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │     └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │        └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
      └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
         └─ Microsoft.Sbom.Api (v1.0.0)
            ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)
            └─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
               └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
                  └─ Microsoft.Extensions.Caching.Memory (v8.0.0)

Redacted output from dotnet nuget why before the change -- version of Microsoft.Extensions.Caching.Memory is 8.0.1:

>dotnet nuget why Microsoft.Sbom.sln  Microsoft.Extensions.Caching.Memory
Project 'Microsoft.Sbom.Tool' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.Sbom.Api (v1.0.0)
   │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   │  ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │  │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │  │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
      └─ Microsoft.Sbom.Api (v1.0.0)
         ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
         ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
         │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
         └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.Api' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.Api.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Api (v1.0.0)
      ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.DotNetTool' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.Sbom.Api (v1.0.0)
   │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   │  ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │  │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │  │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
      └─ Microsoft.Sbom.Api (v1.0.0)
         ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
         ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
         │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
         └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.Extensions.DependencyInjection' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Api (v1.0.0)
      ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.Extensions.DependencyInjection.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
      └─ Microsoft.Sbom.Api (v1.0.0)
         ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
         ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
         │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
         │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
         └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.Targets' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
   │  └─ Microsoft.Sbom.Api (v1.0.0)
   │     ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │     │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   │     ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │     │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │     │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   └─ Microsoft.Sbom.Tool (v1.0.0)
      ├─ Microsoft.Sbom.Api (v1.0.0)
      │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      │  ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │  │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
         └─ Microsoft.Sbom.Api (v1.0.0)
            ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
            ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
            │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
            └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.Targets.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   ├─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
   │  └─ Microsoft.Sbom.Api (v1.0.0)
   │     ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │     │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   │     ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
   │     │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
   │     │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
   └─ Microsoft.Sbom.Tool (v1.0.0)
      ├─ Microsoft.Sbom.Api (v1.0.0)
      │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      │  ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │  │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
         └─ Microsoft.Sbom.Api (v1.0.0)
            ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
            ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
            │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
            └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.Tool.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Tool (v1.0.0)
      ├─ Microsoft.Sbom.Api (v1.0.0)
      │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      │  ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │  │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
         └─ Microsoft.Sbom.Api (v1.0.0)
            ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
            ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
            │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
            └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

Project 'Microsoft.Sbom.Targets.E2E.Tests' has the following dependency graph(s) for 'Microsoft.Extensions.Caching.Memory':
  [net8.0]
   │  
   └─ Microsoft.Sbom.Tool (v1.0.0)
      ├─ Microsoft.Sbom.Api (v1.0.0)
      │  ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      │  ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
      │  │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
      │  │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
      └─ Microsoft.Sbom.Extensions.DependencyInjection (v1.0.0)
         └─ Microsoft.Sbom.Api (v1.0.0)
            ├─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │  └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
            ├─ Microsoft.ComponentDetection.Orchestrator (v5.1.5)
            │  └─ Microsoft.ComponentDetection.Detectors (v5.1.5)
            │     └─ Microsoft.Extensions.Caching.Memory (v8.0.1)
            └─ Microsoft.Extensions.Caching.Memory (v8.0.1)

@DaveTryon DaveTryon requested a review from a team as a code owner October 21, 2024 23:37
@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.13%. Comparing base (552c36c) to head (4499fac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #758   +/-   ##
=======================================
  Coverage   70.13%   70.13%           
=======================================
  Files         277      277           
  Lines        8651     8651           
  Branches     1006     1006           
=======================================
  Hits         6067     6067           
  Misses       2065     2065           
  Partials      519      519           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KalleOlaviNiemitalo
Copy link

Would CentralPackageTransitivePinningEnabled avoid the need to explicitly promote the transitive dependency to direct? https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management#transitive-pinning

@DaveTryon
Copy link
Contributor Author

Would CentralPackageTransitivePinningEnabled avoid the need to explicitly promote the transitive dependency to direct? https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management#transitive-pinning

Thanks for the tip, @KalleOlaviNiemitalo! I experimented with this option, and we run into problems with mixed versions of System.Reactive and System.Threading.Tasks.Dataflow, coming largely through transitive dependencies. This can probably be addressed, but that would be a separate change, well beyond the scope of addressing a CVE.

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

Successfully merging this pull request may close these issues.

3 participants