fix(deps): update module github.com/hashicorp/go-getter to v1.8.6 [security] (alauda-v1.28.0)#34
Merged
l-qing merged 2 commits intoMay 9, 2026
Conversation
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
The repo's go.mod was bumped to Go 1.26.1 (commit 4d9ab79), but the pinned golangci-lint v2.4.0 binary was built with Go 1.25 and refuses to run with: "the Go language version (go1.25) used to build golangci-lint is lower than the targeted Go version (1.26.1)". Its internal go/types also panics when loading Go 1.26 packages, so the binary must be rebuilt with Go 1.26+; v2.12.2 is built with go1.26.2. The newer linter binary surfaces additional findings from analyzers that didn't exist in v2.4.0. Suppress the new sub-checks to preserve prior coverage instead of churning unrelated code: - govet: disable inline (stylistic constant-inlining suggestion) - gocritic: disable deprecatedComment (formatting nitpick) - staticcheck: disable QF1012 (Quick-Fix style suggestion) - gosec: exclude G703 (path-traversal taint on example/CLI programs) - drop goconst from enabled linters (now flags string literals inside slice/map composite literals across many lookup tables; v2.4.0 did not flag these) One real bug the new govet caught is fixed in this commit: search_result.go was using %q for int64 fields where %d is correct. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
l-qing
approved these changes
May 9, 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.
This PR contains the following updates:
v1.7.9->v1.8.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
HashiCorp's go-getter library may allow arbitrary file reads
CVE-2026-4660 / GHSA-92mm-2pjq-r785
More information
Details
HashiCorp's go-getter library up to v1.8.5 may allow arbitrary file reads on the file system during certain git operations through a maliciously crafted URL. This is fixed in go-getter v1.8.6. This vulnerability does not affect the go-getter/v2 branch and package.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:NReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Release Notes
hashicorp/go-getter (github.com/hashicorp/go-getter)
v1.8.6Compare Source
v1.8.5Compare Source
What's Changed
NOTES:
Binary Distribution Update: To streamline our release process and align with other HashiCorp tools, all release binaries will now be published exclusively to the official HashiCorp release site. We will no longer attach release assets to GitHub Releases.
New Contributors
Full Changelog: hashicorp/go-getter@v1.8.4...v1.8.5
v1.8.4Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/go-getter@v1.8.3...v1.8.4
v1.8.3Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/go-getter@v1.8.2...v1.8.3
v1.8.2Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/go-getter@v1.8.1...v1.8.2
v1.8.1Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/go-getter@v1.8.0...v1.8.1
v1.8.0Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/go-getter@v1.7.9...v1.8.0
Configuration
📅 Schedule: Branch creation - "" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.