Bump the gomod group across 1 directory with 4 updates#45
Bump the gomod group across 1 directory with 4 updates#45dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the gomod group with 4 updates in the / directory: [github.com/carabiner-dev/hasher](https://github.com/carabiner-dev/hasher), [github.com/rodaine/table](https://github.com/rodaine/table), [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) and [github.com/spf13/cobra](https://github.com/spf13/cobra). Updates `github.com/carabiner-dev/hasher` from 0.2.2 to 0.2.4 - [Release notes](https://github.com/carabiner-dev/hasher/releases) - [Commits](carabiner-dev/hasher@v0.2.2...v0.2.4) Updates `github.com/rodaine/table` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/rodaine/table/releases) - [Commits](rodaine/table@v1.3.0...v1.3.1) Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.3...v1.9.4) Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: github.com/carabiner-dev/hasher dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/rodaine/table dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/sirupsen/logrus dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
11fcfeb to
5b1c8b4
Compare
Kusari Analysis Results:Caution Flagged Issues Detected While the code analysis confirms zero security findings (no exposed secrets, no workflow issues, no code vulnerabilities), the dependency analysis identifies a blocking concern: the updated golang.org/x/net v0.52.0 carries an active advisory CVE-2026-33814 (infinite loop in HTTP/2 transport when receiving SETTINGS_MAX_FRAME_SIZE=0, leading to denial of service). This vulnerability is introduced transitively via github.com/prometheus/common. Although this PR remediates 5 CVEs in golang.org/x/crypto and golang.org/x/net (older versions), it inadvertently introduces a new active DoS vulnerability. The fix is straightforward: upgrade golang.org/x/net to v0.53.0 by adding an explicit override in go.mod and running go mod tidy. Once this is addressed, the PR should be re-evaluated, as the net security posture improvement is otherwise significant. 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 4 updates in the / directory: github.com/carabiner-dev/hasher, github.com/rodaine/table, github.com/sirupsen/logrus and github.com/spf13/cobra.
Updates
github.com/carabiner-dev/hasherfrom 0.2.2 to 0.2.4Release notes
Sourced from github.com/carabiner-dev/hasher's releases.
Commits
2023127Merge pull request #36 from carabiner-dev/cicf49e0aDeflake test, bump go7d15baeUpdate CI to latest patterns41325c1Bump go to latest 1.254cac30dMerge pull request #34 from carabiner-dev/dependabot/github_actions/actions-3...acbd84cMerge pull request #35 from carabiner-dev/dependabot/go_modules/golang.org/x/...798fe50Bump golang.org/x/crypto from 0.49.0 to 0.50.0c6967fdBump kubernetes-sigs/release-actions in the actions groupa8b6de5Merge pull request #33 from carabiner-dev/dependabot/github_actions/actions-8...6c577acMerge pull request #32 from carabiner-dev/dependabot/go_modules/github.com/in...Updates
github.com/rodaine/tablefrom 1.3.0 to 1.3.1Release notes
Sourced from github.com/rodaine/table's releases.
Commits
ba18044Bump github.com/mattn/go-runewidth from 0.0.20 to 0.0.21 in the go group (#57)a109f9cBump github.com/mattn/go-runewidth from 0.0.19 to 0.0.20 in the go group (#56)acbecfdBump actions/checkout from 5 to 6 in the github-actions group (#55)3f2898fBump github/codeql-action from 3 to 4 in the github-actions group (#54)d6fde3fBump github.com/mattn/go-runewidth from 0.0.17 to 0.0.19 in the go group (#53)92208b2Bump github.com/mattn/go-runewidth from 0.0.16 to 0.0.17 in the go group (#52)a4b58c5Bump actions/setup-go from 5 to 6 in the github-actions group (#50)6016b4aBump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the go group (#51)7356c13Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in the go group (#49)0a60c0aBump actions/checkout from 4 to 5 in the github-actions group (#48)Updates
github.com/sirupsen/logrusfrom 1.9.3 to 1.9.4Release notes
Sourced from github.com/sirupsen/logrus's releases.
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
Commits
b61f268Merge pull request #1472 from goldlinker/master15c29dbrefactor: replace the deprecated function in the ioutil packagecb253f3Merge pull request #1464 from thaJeztah/touchup_godoc29b2337Merge pull request #1468 from thaJeztah/touchup_readmed916819Merge pull request #1427 from dolmen/fix-testify-usage135e482README: small touch-ups2c5fa36Merge pull request #1467 from thaJeztah/rm_old_badge877ececREADME: remove travis badge55cf256Merge pull request #1393 from jsoref/grammar21bae50Merge pull request #1426 from dolmen/testing-fix-use-of-math-randUpdates
github.com/spf13/cobrafrom 1.10.1 to 1.10.2Release notes
Sourced from github.com/spf13/cobra's releases.
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)