Skip to content

fix: bump dependencies to patch security vulnerabilities#39

Merged
ChappIO merged 1 commit into
mainfrom
fix/dependabot-vulns
Jun 23, 2026
Merged

fix: bump dependencies to patch security vulnerabilities#39
ChappIO merged 1 commit into
mainfrom
fix/dependabot-vulns

Conversation

@ChappIO

@ChappIO ChappIO commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Resolves the open Dependabot alerts for this repo by bumping the affected dependencies to patched versions.

Fixed alerts

Package From To Notable issues
go-git/v5 5.16.3 5.19.1 malformed-object panics/DoS, crafted repos modifying .git, SSH quote escaping, redirect credential leak, idx/pack integrity
go-billy/v5 5.6.2 5.9.0 path traversal (high), symlink-cycle resource exhaustion
cloudflare/circl 1.6.1 1.6.3 incorrect secp384r1 CombinedMult
golang.org/x/crypto 0.43.0 0.53.0 ssh/agent panic, ssh unbounded memory

go-billy and circl are indirect deps pulled in transitively by the go-git bump.

Other changes

  • go directive bumped to 1.25 (required by the updated dependencies)
  • CI go-version bumped to ^1.25.0 to match

Verification

  • go mod tidy clean
  • go build ./...
  • go vet ./...

🤖 Generated with Claude Code

Resolves Dependabot alerts:
- go-git/v5 5.16.3 -> 5.19.1 (malformed object panics, .git dir
  modification, SSH quote escaping, integrity verification, etc.)
- go-billy/v5 5.6.2 -> 5.9.0 (path traversal, symlink cycle DoS)
- cloudflare/circl 1.6.1 -> 1.6.3 (secp384r1 CombinedMult)
- golang.org/x/crypto 0.43.0 -> 0.53.0 (ssh/agent panic, ssh memory
  exhaustion)

Bumps go directive to 1.25 (required by updated deps) and CI go-version
to match.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChappIO ChappIO merged commit 19681a8 into main Jun 23, 2026
7 checks passed
@ChappIO ChappIO deleted the fix/dependabot-vulns branch June 23, 2026 19:22
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.

1 participant