fix(deps): bump the go-deps group across 1 directory with 6 updates - #235
dependabot[bot] wants to merge 1 commit into
Conversation
🟢 Change Impact Analysis
Blast Radius: 0 modules, 0 files, 0 unique callers 📝 Changed Symbols (1)
Recommendations
Generated by CKB |
CKB Analysis
Risk factors: Touches 2 hotspot(s) 👥 Suggested: @lisa.welsch1985@gmail.com (100%), @talantyyr@gmail.com (50%)
🎯 Change Impact Analysis · 🟢 LOW · 1 changed → 0 affected
Symbols changed in this PR:
Recommendations:
💡 Quick wins · 10 suggestions
📚 Stale docs · 202 broken references
Generated by CKB · Run details |
CKB Review: ✅ PASS — 98/1002 files (+104 changes) · 2 modules
Change Breakdown
Code HealthEstimated review: ~22min (moderate) Reviewers: lisa.welsch1985 (100%) · talantyyr (50%) |
5fcdd07 to
ab78d17
Compare
ab78d17 to
a8b7bb1
Compare
a8b7bb1 to
585869b
Compare
|
@dependabot rebase |
Bumps the go-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.2` | `1.20.0` | | [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.3.0` | `2.4.3` | | [github.com/sourcegraph/go-diff](https://github.com/sourcegraph/go-diff) | `0.7.0` | `0.9.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.55.0` | `0.57.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.47.0` | `0.48.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.48.0` | `1.58.0` | Updates `github.com/klauspost/compress` from 1.18.2 to 1.20.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.18.2...v1.20.0) Updates `github.com/pelletier/go-toml/v2` from 2.3.0 to 2.4.3 - [Release notes](https://github.com/pelletier/go-toml/releases) - [Commits](pelletier/go-toml@v2.3.0...v2.4.3) Updates `github.com/sourcegraph/go-diff` from 0.7.0 to 0.9.0 - [Release notes](https://github.com/sourcegraph/go-diff/releases) - [Commits](sourcegraph/go-diff@v0.7.0...v0.9.0) Updates `golang.org/x/crypto` from 0.55.0 to 0.57.0 - [Commits](golang/crypto@v0.55.0...v0.57.0) Updates `golang.org/x/sys` from 0.47.0 to 0.48.0 - [Commits](golang/sys@v0.47.0...v0.48.0) Updates `modernc.org/sqlite` from 1.48.0 to 1.58.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.58.0) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/pelletier/go-toml/v2 dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/sourcegraph/go-diff dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/sys dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: modernc.org/sqlite dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
585869b to
aed32f2
Compare
🔐 Security Audit Results❌ Security gate FAILED - 4 HIGH severity gosec finding(s)
🛡️ SAST AnalysisFound 28 issue(s) across 1 scanner(s) DetailsGosec (28 findings)
📦 Dependency VulnerabilitiesFound 18 vulnerability(ies) across 2 scanner(s) DetailsTrivy (12 findings)
OSV-Scanner (6 findings)
📜 License IssuesFound 142 non-permissive license(s) Details
Generated by CKB Security Audit | View Details | Security Tab |
Bumps the go-deps group with 6 updates in the / directory:
1.18.21.20.02.3.02.4.30.7.00.9.00.55.00.57.00.47.00.48.01.48.01.58.0Updates
github.com/klauspost/compressfrom 1.18.2 to 1.20.0Release notes
Sourced from github.com/klauspost/compress's releases.
... (truncated)
Commits
9d8ccb1flate: Writer with a preset dictionary emits the dictionary into the output s...f93f23abuild(deps): bump the github-actions group with 6 updates (#1200)42f9d96xpress: add Microsoft XPRESS (MS-XCA) decompression (#1195)629c2eazstd/huff0: break false partial-register dependencies in seqdec/4X decoders (...ba74977ci: test against go1.27.x, drop go1.24.x (#1198)f5c1529zstd/huff0: pin avo peephole folds, regenerate arm64 (#1199)73508b2s2: arm64 assembly encoders, lowered from the amd64 avo program (#1187)0e43f04xxhash: bound input of non-preemptive assembly (#1196)4005c15s2: clamp the Go EncodeBetter skip to match the assembly (#1190)dd6de45gzhttp: limit jitter hash to jitterBuffer bytes (#1192)Updates
github.com/pelletier/go-toml/v2from 2.3.0 to 2.4.3Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
... (truncated)
Commits
071a36cfix: bound array and inline table nesting depth to prevent stack-overflow DoS...57fec25Add RawMessage marshal support to unstable (#1084)79f82e3fix: error instead of panic on nil unexported embedded pointer (#1089)a28afedunstable/kind: drop duplicate 'a' from LocalDate comment (#1062)6fa69affix: do not recurse forever on recursively embedded structs (#1087)82b792efix: report table placement errors with position and key context (#1086)f93de50perf: avoid interface boxing when decoding date/time values (#1085)21f8286Deliver the whole document to a root Unmarshaler (#994) (#1083)98e94aeUpdate bundled toml.abnf to TOML 1.1.0 and pin spec-corner behaviour (#1082)35f78d5Fix invalid TOML from commented multi-line values (#1081)Updates
github.com/sourcegraph/go-difffrom 0.7.0 to 0.9.0Release notes
Sourced from github.com/sourcegraph/go-diff's releases.
Commits
cf64c62refactor/diff: centralize Git extended-header structure (#96)ae9e610test/reverse: pin reversal semantics to Git patches (#95)688abd0fix/reverse: align Git headers with reverse direction (#94)3aa67b9fix/reverse: make unsupported copies detectable (#93)5b49902Add SCIP code intelligence upload workflow (#89)f8dfc9cfix/reverse: reverse Git extended headers consistently (#92)c69bfd5Fix panic on short "diff --git" args (#90)654d317bump minimum go 1.14 -> 1.20a839d2cAdd new functionaltiy for reversing diffs. (#72)3751ac7add go test github workflow (#79)Updates
golang.org/x/cryptofrom 0.55.0 to 0.57.0Commits
3f62bf1go.mod: update golang.org/x dependencies86efde5ssh: reject unexpected message types on established channelsa6cdac6ssh: drop traffic on undecided channels39dc44essh: don't skip the source-address critical option in CheckCertafebf4cx509roots/fallback/bundle: make subjectsEqual stricter on Go 1.27+89f4e9bx509roots/fallback: update bundle71488c4ssh/knownhosts: compare only public key portions for revocation82adefassh: synchronize unexpected response testc757c98all: upgrade go directive to at least 1.26.0 [generated]593c81assh: correctly ignore pre-banner linesUpdates
golang.org/x/sysfrom 0.47.0 to 0.48.0Commits
613e257cpu: add riscv64 hwprobe drift test6f7b10funix: add MLOCK_ONFAULT constant663e7c8cpu: add basic support for GOARCH=sparc64de5f12fcpu: add ppc64le POWER10 detection80e8acfunix: run go fix1e3c182unix: add IPMI interfaced429e20unix: stop generating sparc termbits from the generic headerbd3bddfunix: add missing HWTSTAMP_* constantse812f53windows: add SO_SNDTIMEO constant for socket optionsf6989c5unix: align Ifreq so its union accessors cannot faultUpdates
modernc.org/sqlitefrom 1.48.0 to 1.58.0Changelog
Sourced from modernc.org/sqlite's changelog.