Skip to content

fix: bump golang.org/x/net + x/text (Aikido, qor5 team 296964) - #1100

Merged
dorothyyzh merged 1 commit into
mainfrom
fix/aikido-dependency-vulnerabilities-2026-07-24
Jul 27, 2026
Merged

fix: bump golang.org/x/net + x/text (Aikido, qor5 team 296964)#1100
dorothyyzh merged 1 commit into
mainfrom
fix/aikido-dependency-vulnerabilities-2026-07-24

Conversation

@dorothyyzh

Copy link
Copy Markdown
Contributor

Summary

Resolves the Aikido High golang.org/x/* findings for qor5/admin (team 296964).

  • golang.org/x/net v0.55.0 → v0.56.0 (CVE-2026-46600, out-of-bounds read)
  • golang.org/x/text v0.38.0 → v0.39.0 (CVE-2026-56852, DoS via infinite loop)

Verification

  • go mod tidy clean. go build ./... verified except the pre-existing github.com/theplant/bimg cgo dependency (requires libvips/pkg-config, not installed locally) — unrelated to this change; builds in CI.

Note

Separate from the existing Aikido AI-Fix grpc PR (#1099) — different finding; both can merge independently.

Skill does not touch release-* branches; merging/promoting is per team policy.

- golang.org/x/net v0.55.0 -> v0.56.0 (CVE-2026-46600, out-of-bounds read)
- golang.org/x/text v0.38.0 -> v0.39.0 (CVE-2026-56852, DoS infinite loop)
- go mod tidy passes; go build verified minus the pre-existing local
  bimg/libvips cgo dep (needs pkg-config/libvips, absent in this sandbox) --
  unrelated to this change, builds in CI.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@deepsource-io

deepsource-io Bot commented Jul 24, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 43d7321...5861c5b on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Go Jul 24, 2026 10:14a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dorothyyzh
dorothyyzh merged commit f6e3d21 into main Jul 27, 2026
10 checks passed
@dorothyyzh
dorothyyzh deleted the fix/aikido-dependency-vulnerabilities-2026-07-24 branch July 27, 2026 01:28
dorothyyzh added a commit that referenced this pull request Jul 27, 2026
…-xrtk

Resolve go.mod conflict: keep grpc v1.82.1 + genproto rpc and x/oauth2
v0.36.0 from this branch; x/net v0.56.0 and x/text v0.39.0 already landed
on main via #1100. go mod tidy clean.
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.

2 participants