chore(deps): update all dependencies to latest#10
Merged
Conversation
Resolves Dependabot alert GHSA-cp6g-7hqx-qxhp (medium): heap out-of-bounds read in GSSAPI error handling in go.mongodb.org/mongo-driver (<1.17.7). - go.mongodb.org/mongo-driver v1.16.0 -> v1.17.9 - github.com/go-pkgz/lgr v0.11.1 -> v0.12.3 - github.com/stretchr/testify v1.9.0 -> v1.11.1 - github.com/golang/snappy v0.0.4 -> v1.0.0 - github.com/klauspost/compress v1.17.9 -> v1.18.7 - github.com/montanaflynn/stats v0.7.1 -> v0.9.0 - github.com/xdg-go/scram v1.1.2 -> v1.2.0 - golang.org/x/crypto v0.45.0 -> v0.53.0 - golang.org/x/sync v0.18.0 -> v0.21.0 - golang.org/x/text v0.31.0 -> v0.38.0 go directive 1.24.0 -> 1.25.0; CI go-version 1.23 -> 1.25 to match.
Coverage Report for CI Build 28461942997Coverage remained the same at 89.503%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
Coverage Report for CI Build 28461940085Coverage remained the same at 89.503%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
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.
Updates all dependencies to their latest versions and resolves the open Dependabot alert.
Security
Resolves GHSA-cp6g-7hqx-qxhp (medium) — heap out-of-bounds read in GSSAPI error handling in
go.mongodb.org/mongo-driver(vulnerable< 1.17.7). Bumped tov1.17.9.Dependency updates
Toolchain
1.24.0→1.25.0go-version1.23→1.25to match the new directiveVerification
gofmt -l .cleango build ./...andgo vet ./...clean (pre-existingprimitive.Eunkeyed-field notes already excluded in.golangci.yml)go test -race ./...passes against MongoDBgolangci-lint run ./...— 0 issuesgovulncheck ./...— no vulnerabilities foundNote:
go.mongodb.org/mongo-driverv1 is deprecated in favour of v2, but migrating is a breaking API change out of scope here; staying on the supported v1 line (v1.17.9) fully patches the advisory.