Skip to content

chore(deps): weekly safe go updates · 2 packages - #7

Open
mendral-app[bot] wants to merge 1 commit into
mainfrom
mendral/deps/weekly-safe-go-20260817
Open

chore(deps): weekly safe go updates · 2 packages#7
mendral-app[bot] wants to merge 1 commit into
mainfrom
mendral/deps/weekly-safe-go-20260817

Conversation

@mendral-app

Copy link
Copy Markdown

Packages bumped

PackageOldNewType
github.com/cloudflare/circlv1.6.4v1.6.5patch (indirect)
google.golang.org/protobufv1.36.11v1.36.12patch (indirect)
Per-package detail

github.com/cloudflare/circl v1.6.4 → v1.6.5

Changelog highlights (security hardening release, published 2026-08-05):

  • Reject malformed/trailing data across cryptographic modules (Ascon, Dilithium, Ed25519/Ed448, BLS12381, FourQ, Goldilocks)
  • HPKE/KEM: exact-length key unmarshaling
  • BlindRSA: reject non-canonical signatures and messages not coprime with modulus
  • Panic prevention: TSS/RSA out-of-bounds, HPKE empty buffer, OT/SimOT ciphertext mismatches
  • BlindRSA PSSZERO now aligns with RFC 9474; constant-time improvements in FourQ arithmetic

Impact on this codebase: Indirect dependency via github.com/ProtonMail/go-crypto (used by go-git for SSH/GPG operations). The input validation hardening strengthens cryptographic operations in git transport. No API changes.


google.golang.org/protobuf v1.36.11 → v1.36.12

Changelog highlights (published 2026-08-10):

  • Support for hex and octal default values in proto3 fields
  • Fix google.protobuf.Empty serialization in protojson
  • Added recursion limit in prototext encoding to prevent stack exhaustion
  • Reject non-numeric integer/float values in protojson
  • Error on size overflow in protodelim
  • Performance: replace MethodByName calls with direct calls for Go 1.26 compatibility and DCE optimization

Impact on this codebase: Indirect dependency via cuelang.org/go (CUE uses protobuf for schema definitions). The recursion limit and validation hardening improve robustness. No API changes.

Files modified

  • backend/go.mod
  • backend/go.sum
Skipped this ecosystem
PackageCurrentCandidateReason
cuelang.org/gov0.17.0v0.17.1Open PR #3 already covers this bump
github.com/go-git/go-git/v5v5.19.1v5.19.2Open PR #5 already covers this bump
github.com/gin-gonic/ginv1.12.0Already at latest stable
github.com/joho/godotenvv1.5.1v1.6.0-pre.4Only pre-release available; skipped
golang.org/x/cryptov0.54.0v0.55.0Published 2026-08-11, within cooldown
golang.org/x/netv0.57.0v0.58.0Published 2026-08-12, within cooldown
golang.org/x/textv0.40.0v0.41.0Published 2026-08-11, within cooldown
golang.org/x/sysv0.47.0Already at latest eligible
golang.org/x/syncv0.22.0Already at latest eligible
golang.org/x/oauth2v0.36.0Already at latest eligible

Note

Created by Mendral. Tag @mendral-app with feedback or questions.

@mendral-app
mendral-appBot marked this pull request as ready for review August 17, 2026 09:23
Sign up for freeto 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.

0 participants