Skip to content

build(deps): bump github.com/labstack/echo/v5 from 5.0.3 to 5.2.0 in /echo - #1399

Merged
giortzisg merged 3 commits into
masterfrom
dependabot/go_modules/echo/github.com/labstack/echo/v5-5.2.0
Aug 26, 2026
Merged

build(deps): bump github.com/labstack/echo/v5 from 5.0.3 to 5.2.0 in /echo#1399
giortzisg merged 3 commits into
masterfrom
dependabot/go_modules/echo/github.com/labstack/echo/v5-5.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/labstack/echo/v5 from 5.0.3 to 5.2.0.

Release notes

Sourced from github.com/labstack/echo/v5's releases.

v5.2.0 - Static encoded-separator route bypass fix (GHSA-vfp3-v2gw-7wfq)

Security

Fixes GHSA-vfp3-v2gw-7wfq: an encoded path separator (%2F or %5C) in a static file URL could bypass route-level middleware (e.g. authentication on a sibling route) and disclose static files. Both StaticDirectoryHandler/StaticFS and the Static middleware are affected. Thanks to @​a-tt-om and @​oran-gugu for reporting.

Enhancements

New Contributors

Full Changelog: labstack/echo@v5.1.1...v5.2.0

v5.1.1 - Context.Scheme() should validate header values

Security

Thanks to @​shblue21 for reporting this issue - Context.Scheme accepts malformed forwarded scheme values used by host redirects.

Enhancements

... (truncated)

Changelog

Sourced from github.com/labstack/echo/v5's changelog.

v5.2.0 - 2026-06-14

Security

Fixes GHSA-vfp3-v2gw-7wfq: an encoded path separator (%2F or %5C) in a static file URL could bypass route-level middleware (e.g. authentication on a sibling route) and disclose static files. Both StaticDirectoryHandler/StaticFS and the Static middleware are affected. Thanks to @​a-tt-om and @​oran-gugu for reporting.

Enhancements

New Contributors

Full Changelog: labstack/echo@v5.1.1...v5.2.0

v5.1.1 - 2026-05-01

Security

Thanks to @​shblue21 for reporting this issue.

Enhancements

... (truncated)

Commits
  • 5786024 Changelog for v5.2.0 (#3010)
  • 8d1ae9d fix(static): reject encoded path separators that bypass route-level middlewar...
  • c9477eb feat(middleware): optional RateLimiterStoreContext for response headers (#296...
  • b1d65e4 perf: optimize core hot paths (chain, context, binding, responses) (#3008)
  • a9ede66 fix(middleware/static): don't double-unescape request path (#2599) (#3006)
  • ec9515a fix(binder): include field name in form/struct bind conversion errors (#2629)...
  • dba8ff6 fix(binder): serialize BindingError to structured JSON (#2771) (#3004)
  • 4f5ac60 test: lock in v5 group route method-handling (405 + OPTIONS) (#3003)
  • b0a3916 docs: liveness signals in README + public ROADMAP (#3002)
  • 9c748c9 fix(middleware): reset ContentLength after gzip decompression
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/labstack/echo/v5](https://github.com/labstack/echo) from 5.0.3 to 5.2.0.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v5.0.3...v5.2.0)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v5
  dependency-version: 5.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Go SDK labels Aug 25, 2026
@giortzisg
giortzisg enabled auto-merge (squash) August 26, 2026 11:04
@giortzisg
giortzisg merged commit eff9f37 into master Aug 26, 2026
19 checks passed
@giortzisg
giortzisg deleted the dependabot/go_modules/echo/github.com/labstack/echo/v5-5.2.0 branch August 26, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Go SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant