Skip to content

build(deps): [SDCB-19152] fix vulnerability - Bump golang.org/x/crypt…#18

Merged
ssharma2693 merged 1 commit into
mainfrom
SDCB-19152
Jun 29, 2026
Merged

build(deps): [SDCB-19152] fix vulnerability - Bump golang.org/x/crypt…#18
ssharma2693 merged 1 commit into
mainfrom
SDCB-19152

Conversation

@ssharma2693

Copy link
Copy Markdown

…o to v0.53.0

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Go dependencies (notably golang.org/x/crypto) to address a reported vulnerability, along with broader module/workspace metadata changes that affect build tooling and the REST API’s Swagger integration.

Changes:

  • Bump golang.org/x/crypto to v0.53.0 (and refresh several related golang.org/x/* dependencies) in both the root module and restapi.
  • Raise go versions to 1.25.0 and remove toolchain pins in go.mod, restapi/go.mod, and go.work.
  • Remove the blank import of the generated Swagger docs package from restapi/main.go.

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
restapi/main.go Removes restapi/docs blank import, affecting Swagger doc registration at runtime.
restapi/go.mod Updates dependency set (incl. x/crypto) and bumps Go version metadata for the REST API module.
restapi/go.sum Records updated dependency hashes for the REST API module after the bump/tidy.
go.mod Updates root module dependency versions (incl. x/crypto) and bumps Go version metadata.
go.sum Records updated dependency hashes for the root module after the bump/tidy.
go.work Updates workspace Go version metadata (affects required Go toolchain for workspace usage).
go.work.sum Records updated workspace dependency hashes after the bump/tidy.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread restapi/main.go
Comment on lines 3 to 7
import (
"os"

"github.com/danielpaulus/go-ios/restapi/api"
_ "github.com/danielpaulus/go-ios/restapi/docs"
log "github.com/sirupsen/logrus"
Comment thread go.mod
Comment on lines 1 to 6
module github.com/danielpaulus/go-ios

go 1.24

toolchain go1.24.4
go 1.25.0

require (
github.com/Masterminds/semver v1.5.0
Comment thread go.work
Comment on lines +1 to 4
go 1.25.0

use (
.
Comment thread restapi/go.mod
Comment on lines 1 to 6
module github.com/danielpaulus/go-ios/restapi

go 1.22.0

toolchain go1.22.5
go 1.25.0

require (
github.com/danielpaulus/go-ios v1.0.91
@ssharma2693 ssharma2693 merged commit 5c05b35 into main Jun 29, 2026
5 checks passed
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