Update dependencies to fix security advisories - #225
Merged
Conversation
Resolves all 15 open Dependabot alerts: - golang.org/x/crypto 0.50.0 -> 0.52.0 (6 critical, 2 high, 4 medium) - google.golang.org/grpc 1.81.0 -> 1.82.1 (high, GHSA-hrxh-6v49-42gf) - golang.org/x/net 0.52.0 -> 0.55.0 (medium, GHSA-5cv4-jp36-h3mw) Also picks up the non-security updates Dependabot proposed: - github.com/pb33f/libopenapi 0.36.3 -> 0.37.2 - github.com/go-playground/validator/v10 10.30.2 -> 10.30.3 - github.com/mattn/go-sqlite3 1.14.42 -> 1.14.44 Note that grpc 1.81.1 (proposed in #218) does not clear the advisory; 1.82.1 is the first patched version. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Code Metrics Report
Details | | main (f50a97d) | #225 (78e22fd) | +/- |
|---------------------|----------------|----------------|-------|
- | Coverage | 58.2% | 58.2% | -0.1% |
| Files | 67 | 67 | 0 |
| Lines | 6966 | 6954 | -12 |
- | Covered | 4058 | 4049 | -9 |
+ | Code to Test Ratio | 1:1.0 | 1:1.0 | +0.0 |
| Code | 13633 | 13615 | -18 |
+ | Test | 14634 | 14665 | +31 |
- | Test Execution Time | 2m29s | 2m45s | +16s |Code coverage of files in pull request scope (76.1% → 76.2%)
Reported by octocov |
Owner
Author
|
/e2e |
|
✅ E2E test passed successfully! |
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.
Applies all security updates Dependabot reports (15 open alerts) together with the outdated-dependency bumps it proposed.
Security fixes
golang.org/x/cryptogoogle.golang.org/grpcgolang.org/x/netNote that grpc 1.81.1, proposed in #218, does not clear the advisory. 1.82.1 is the first patched version.
Other updates
github.com/pb33f/libopenapi0.36.3 -> 0.37.2 (Bump github.com/pb33f/libopenapi from 0.36.3 to 0.37.2 #223)github.com/go-playground/validator/v1010.30.2 -> 10.30.3 (Bump github.com/go-playground/validator/v10 from 10.30.2 to 10.30.3 #222)github.com/mattn/go-sqlite31.14.42 -> 1.14.44 (Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 #217)Transitive dependencies
golang.org/x/sys,golang.org/x/term,golang.org/x/textandgoogle.golang.org/genproto/googleapis/rpcare updated as well.Verification
go build ./...: succeedsgo test ./...: all packages passgovulncheck ./...: no findings remain for the updated dependencies. The remaining reports come from the standard library of the local Go 1.26.0 toolchain only, and CI is unaffected becausesetup-goresolves the latest patch release.Merging this closes #224, #223, #222, #220, #218 and #217 automatically.
🤖 Generated with Claude Code