chore(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0#4472
Conversation
ed56627 to
631c9f0
Compare
631c9f0 to
1c83d21
Compare
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.5 to 5.3.0. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.2.5...v5.3.0) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1c83d21 to
92d7ac1
Compare
92d7ac1 to
2c1fa13
Compare
2c1fa13 to
deb10c8
Compare
deb10c8 to
99b1a3f
Compare
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — the default configuration uses the socket peer address only, preserving existing behaviour for deployments that do not configure clientIPMiddleware, while the new machinery closes three open chi IP-spoofing advisories for deployments that opt in. All changed paths have startup-time validation that prevents the known chi panic conditions; the dependency bump is a straightforward minor version update with no breaking API changes; tests cover each middleware source and the critical edge cases. No files require special attention. Important Files Changed
|
Bumps github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0.
Release notes
Sourced from github.com/go-chi/chi/v5's releases.
... (truncated)
Commits
3b17157feat: middleware.ClientIP, a replacement for middleware.RealIP (#967)818fdcffix: set Request.Pattern from RoutePattern() (#1097)f975af0Fix typo in Route doc comment (#1073)4ef87eamiddleware: fix httpFancyWriter.ReadFrom double-counting bytes with Tee (#1085)a54874fBump minimum Go to 1.23, always use request.Pattern (#1048)3328d4dApply the stringscutprefix modernizer (#1051)be60b2eSimplify chi.walk with slices.Concat (#1053)a36a925Remove last uses of io/ioutil (#1054)7d93ee3add go 1.26 to ci (#1052)903cff2Propagate inline middlewares across mounted subrouters (#1049)