🌱 Bump the gomod group across 1 directory with 4 updates#976
🌱 Bump the gomod group across 1 directory with 4 updates#976dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the gomod group with 3 updates in the / directory: [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [gocloud.dev](https://github.com/google/go-cloud). Updates `github.com/rhysd/actionlint` from 1.7.11 to 1.7.12 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](rhysd/actionlint@v1.7.11...v1.7.12) Updates `github.com/onsi/ginkgo/v2` from 2.28.1 to 2.29.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.28.1...v2.29.0) Updates `github.com/onsi/gomega` from 1.39.1 to 1.40.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.1...v1.40.0) Updates `gocloud.dev` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](google/go-cloud@v0.45.0...v0.46.0) --- updated-dependencies: - dependency-name: github.com/rhysd/actionlint dependency-version: 1.7.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/onsi/gomega dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: gocloud.dev dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for ossf-scorecard canceled.
|
Kusari Analysis Results:Caution Flagged Issues Detected The code analysis returned zero issues — no security concerns, secrets, or workflow problems were identified in the changed files (go.mod, go.sum). However, the dependency analysis identified an active, unmitigated vulnerability that we strongly recommend addressing before merging. golang.org/x/net v0.53.0 carries CVE-2026-39821 (Privilege escalation via Punycode-encoded labels in golang.org/x/net/idna): the ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to ASCII-only labels (e.g., xn--example-.com resolving to example.com), which can enable privilege escalation in applications that perform hostname-based access control checks. This vulnerability is confirmed affected for this project — it is not marked as 'not-affected' by govulncheck. Since golang.org/x/net is a direct dependency of github.com/ossf/scorecard-webapp, the fix is straightforward: run 'go get golang.org/x/net@v0.55.0' and commit the updated go.mod and go.sum. All other flagged advisories (golang.org/x/crypto, golang.org/x/sys) are confirmed not-affected by govulncheck and require no action. The clean code analysis does not offset the active dependency vulnerability, as these are independent risk dimensions. We strongly recommend upgrading golang.org/x/net to v0.55.0 before merging. Note View full detailed analysis result for more information on the output and the checks that were run. Required Dependency Mitigations
Found this helpful? Give it a 👍 or 👎 reaction! |
Bumps the gomod group with 3 updates in the / directory: github.com/rhysd/actionlint, github.com/onsi/ginkgo/v2 and gocloud.dev.
Updates
github.com/rhysd/actionlintfrom 1.7.11 to 1.7.12Release notes
Sourced from github.com/rhysd/actionlint's releases.
Changelog
Sourced from github.com/rhysd/actionlint's changelog.
Commits
914e7dfbump up version to v1.7.12f1fe8a1update popular actions data set to the latest0ef3e18add support for https://github.blog/changelog/2026-03-19-github-actions-late-...d2f9e65update document to describe the timezone check inon.schedulec03b271Merge branch 'followup-issue641' (#641)c9efd91fix staticcheck checks files inside./playground/node_modules08e2336include timezone database in executable staticallyf48c0a4fix timezone check is incomplete6b811d3fix problem matcher test fails due to line ending in test data4897c1dMerge pull request #641 from martincostello/gh-638Updates
github.com/onsi/ginkgo/v2from 2.28.1 to 2.29.0Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
04b5bcbv2.29.0124232adocs: GinkgoHelperGoad9cee8feat: GinkgoHelperGo, with integration tests9e56a0achore: refactor devcontainer for better maintenance3d235a9chore: ignore internal/tmp_*/ integration suite temporary dirs782666afeat: devcontainer configuration with local pkgsite and GH pages009dd04Support DescribeTableSubtree in ginkgo outline5de9c15v2.28.37e2fa19bump dependencies1a81912v2.28.2Updates
github.com/onsi/gomegafrom 1.39.1 to 1.40.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
87ee9d3v1.40.0ea66027v1.40.0 (full)e3fd789update docs to reflect new versioning strategy7d4ee30first push to master-litee4a82d1Bump github/codeql-action from 3 to 4 (#875)af62723Bump rexml from 3.4.0 to 3.4.2 in /docs (#870)e164221Bump github.com/onsi/ginkgo/v2 from 2.28.0 to 2.28.1 (#895)334a282Bump faraday from 2.12.2 to 2.14.1 in /docs (#896)Updates
gocloud.devfrom 0.45.0 to 0.46.0Release notes
Sourced from gocloud.dev's releases.
Commits
60f0d74all: prereleasea1725f0blob/s3blob: migrate from deprecated s3/manager to s3/transfermanager (#3717)7eadd65aws: add AWS IAM Role assumption support (#3716)054c82epostgres/awspostgres: add IAM authentication support (#3713)2b85c85docs: fix Pub/Sub subscribe wording (#3714)b9dee8dbuild: add top-level permissions restriction to tests workflow (#3711)45a8cfcdocstore: support unwrapping ActionListError for use with errors.Is (#3705)78b5976all: support typed errors and errors.Is for error codes (#3708)595f8b6all: update another otel dep (#3701)c903aefall: update otel deps (#3699)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions