Update all dependencies#1695
Conversation
| golang.org/x/sys v0.45.0 // indirect | ||
| google.golang.org/api v0.283.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect | ||
| go.yaml.in/yaml/v4 v4.0.0-rc.5 // indirect |
There was a problem hiding this comment.
🤖 Security Issue: The PR updates the dependency 'go.yaml.in/yaml/v4' and several core Go libraries (golang.org/x/, google.golang.org/) to versions and domains that are highly suspicious. 'go.yaml.in' is a known typosquatting pattern for 'gopkg.in'. Furthermore, the versions (e.g., v0.53.0 for x/crypto, v0.284.0 for google api) and the commit timestamps (June 2026) in go.sum significantly exceed currently existing official releases, indicating a dependency confusion or supply chain hijack attempt.
Severity: HIGH
Category: supply_chain_attack
Confidence: 95%
Tool: Barry AI Security Analysis (Gemini)
Exploit Scenario:
An attacker who has published malicious packages to a public repository with higher version numbers or typosquatted domains (like go.yaml.in) can trick automated tools like Renovate into creating this PR. If merged, the build process will download and execute arbitrary code from these untrusted sources, leading to a compromise of the CI/CD pipeline, theft of secrets (such as the AI API keys mentioned in the environment), and potential persistence in the codebase.
Recommendation:
Do not merge this PR. Investigate why the automated update tool is suggesting non-existent or typosquatted versions. Revert all dependencies to their official canonical paths (e.g., 'gopkg.in/yaml.v3') and verify the latest legitimate versions on pkg.go.dev. Audit the GOPROXY and module resolution settings in the CI environment.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1695 +/- ##
=======================================
Coverage 80.46% 80.46%
=======================================
Files 110 110
Lines 10255 10255
=======================================
Hits 8252 8252
Misses 1516 1516
Partials 487 487 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
v1.48.0→v1.50.1v1.0.4→v1.1.0v2.29.0→v2.31.0v1.41.0→v1.42.0v4.0.0-rc.2→v4.0.0-rc.5v0.52.0→v0.53.0v0.36.0→v0.37.0v0.55.0→v0.56.0v0.20.0→v0.21.0v0.45.0→v0.46.0v0.37.0→v0.38.0v0.45.0→v0.46.0v0.283.0→v0.284.0v1.59.0→v1.60.03dc84a4→7ab31c2Release Notes
anthropics/anthropic-sdk-go (github.com/anthropics/anthropic-sdk-go)
v1.50.1Compare Source
Full Changelog: v1.50.0...v1.50.1
Bug Fixes
frontier_llmrefusal category (9ebbaf7)v1.50.0Compare Source
Full Changelog: v1.50.0...v1.50.1
Bug Fixes
frontier_llmrefusal category (9ebbaf7)v1.49.0Compare Source
Full Changelog: v1.49.0...v1.50.0
Features
felixge/httpsnoop (github.com/felixge/httpsnoop)
v1.1.0Compare Source
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.31.0Compare Source
2.31.0
Add a bunch of Claude Skills via the marketplace:
v2.30.0Compare Source
2.30.0
Features
Ginkgo now allows
extentions/global.Resetto support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.Thanks @lawrencejones !
Fixes
4f62d7a]onsi/gomega (github.com/onsi/gomega)
v1.42.0Compare Source
1.42.0
Add a set of Claude skill as a marketplace plugin
yaml/go-yaml (go.yaml.in/yaml/v4)
v4.0.0-rc.5Compare Source
v4.0.0-rc.4Compare Source
v4.0.0-rc.3Compare Source
googleapis/google-api-go-client (google.golang.org/api)
v0.284.0Compare Source
Features
googleapis/go-genai (google.golang.org/genai)
v1.60.0Compare Source
Features
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.