go.mod: bump security-flagged dependencies and go directive to 1.25 - #9
Merged
Conversation
Bumps x/crypto 0.22.0->0.52.0, x/net 0.24.0->0.55.0, grpc 1.63.2->1.79.3, x/oauth2 0.19.0->0.34.0, x/sys 0.19.0->0.45.0, golang-jwt/v5 5.2.1->5.2.2, go-grpc-compression 1.2.2->1.2.3, azidentity 1.5.2->1.6.0. Fixes a non-constant format string flagged by go1.25 vet, and adds dependabot config for gomod and github-actions so these stay current. Linear: SEC-385 SEC-387 SEC-391 SEC-394 SEC-399 SEC-401 Co-authored-by: Codesmith Staging <codesmith-bot@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e61698e. Configure here.
Co-authored-by: Codesmith Staging <codesmith-bot@users.noreply.github.com>
Co-authored-by: Codesmith Staging <codesmith-bot@users.noreply.github.com>
shreyas-blacksmith
approved these changes
Jul 10, 2026
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.

Security bundle 0710-B1 from the 2026-07-10 Aikido triage. One lockfile-only
go getsweep of every dependency Aikido flagged in this repo's initial scan, plus the go directive EOL fix:Also fixes one non-constant format string in
cache/disk/options.gothat go1.25 vet rejects, and adds.github/dependabot.yml(gomod + github-actions, weekly, grouped) per our sustainability policy.Operational risk: GREEN. This fork is consumed as a library by the fa agent (bound to the VM bridge with the asset API disabled); none of the bumped code paths are auth-critical in our deployment (fa installs its own interceptors). Validated locally:
go build ./...andgo test ./server/... ./cache/... ./utils/...all pass.Follow-up after merge: bump the
replacepin inFastActions/faagent/go.mod to the new fork commit so the fix actually ships in the agent binary.Linear: SEC-385, SEC-387, SEC-391, SEC-394, SEC-399, SEC-401
Need help on this PR? Tag
/codesmithwith what you need. Autofix is enabled. (Staging)Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.