Update vulnerable packages#9695
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates package references to address vulnerabilities by upgrading OpenTelemetry packages in example/benchmark projects and pinning specific transitive dependencies of MongoDB.Driver to known secure versions in MongoDB-related projects.
Changes:
- Bump OpenTelemetry exporter/hosting/instrumentation packages in Mocha examples from
1.14.0to1.15.x. - Add explicit
PackageReferenceentries withVersionOverrideforSharpCompressandSnappieracross MongoDB library and test projects to pinMongoDB.Driverdependencies. - Update OpenTelemetry package overrides in the k6 benchmark ServiceDefaults project from
1.12.0to1.15.x.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Mocha/examples/PostgresTransport/Directory.Packages.props | Upgrades OpenTelemetry packages used by the PostgresTransport example. |
| src/Mocha/examples/Demo/Directory.Packages.props | Upgrades OpenTelemetry packages used by the Demo example. |
| src/HotChocolate/MongoDb/test/Types.MongoDb/HotChocolate.Types.MongoDb.Tests.csproj | Pins SharpCompress/Snappier versions alongside MongoDB.Driver in MongoDB type tests. |
| src/HotChocolate/MongoDb/test/Data.MongoDb.Sorting.Tests/HotChocolate.Data.MongoDb.Sorting.Tests.csproj | Pins SharpCompress/Snappier versions alongside MongoDB.Driver in sorting tests. |
| src/HotChocolate/MongoDb/test/Data.MongoDb.Projections.Tests/HotChocolate.Data.MongoDb.Projections.Tests.csproj | Pins SharpCompress/Snappier versions alongside MongoDB.Driver in projections tests. |
| src/HotChocolate/MongoDb/test/Data.MongoDb.Paging.Tests/HotChocolate.Data.MongoDb.Paging.Tests.csproj | Pins SharpCompress/Snappier versions alongside MongoDB.Driver in paging tests. |
| src/HotChocolate/MongoDb/test/Data.MongoDb.Filters.Tests/HotChocolate.Data.MongoDb.Filters.Tests.csproj | Pins SharpCompress/Snappier versions alongside MongoDB.Driver in filters tests. |
| src/HotChocolate/MongoDb/src/Types/HotChocolate.Types.MongoDb.csproj | Pins SharpCompress/Snappier versions in the MongoDB types package project. |
| src/HotChocolate/MongoDb/src/Data/HotChocolate.Data.MongoDb.csproj | Pins SharpCompress/Snappier versions in the MongoDB data package project. |
| src/HotChocolate/AspNetCore/benchmarks/k6/Catalog.ServiceDefaults/eShop.Catalog.ServiceDefaults.csproj | Upgrades OpenTelemetry package overrides used by the k6 benchmark defaults project. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced May 16, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.