fix(deps): bump github.com/labstack/echo/v4 from 4.15.0 to 4.15.1 by dependabot[bot] · Pull Request #646 · SignTools/SignTools
Bumps github.com/labstack/echo/v4 from 4.15.0 to 4.15.1.
Changelog
Sourced from github.com/labstack/echo/v4's changelog.
Changelog
v5.0.4 - 2026-02-15
Enhancements
- Remove unused import 'errors' from README example by
@kumapower17in labstack/echo#2889- Fix Graceful shutdown: after
http.Server.Servereturns we need to wait for graceful shutdown goroutine to finish by@aldasin labstack/echo#2898- Update location of oapi-codegen in README by
@mromaszewiczin labstack/echo#2896- Add Go 1.26 to CI flow by
@aldasin labstack/echo#2899- Add new function
echo.StatusCodeby@suwakeiin labstack/echo#2892- CSRF: support older token-based CSRF protection handler that want to render token into template by
@aldasin labstack/echo#2894- Add
echo.ResolveResponseStatusfunction to help middleware/handlers determine HTTP status code and echo.Response by@aldasin labstack/echo#2900v5.0.3 - 2026-02-06
Security
- Fix directory traversal vulnerability under Windows in Static middleware when default Echo filesystem is used. Reported by
@shblue21.This applies to cases when:
- Windows is used as OS
middleware.StaticConfig.Filesystemisnil(default)echo.Filesystemis has not been set explicitly (default)Exposure is restricted to the active process working directory and its subfolders.
v5.0.2 - 2026-02-02
Security
- Fix Static middleware with
config.Browse=truelists all files/subfolders fromconfig.Filesystemroot and not starting fromconfig.Rootin labstack/echo#2887v5.0.1 - 2026-01-28
- Panic MW: will now return a custom PanicStackError with stack trace by
@aldasin labstack/echo#2871- Docs: add missing err parameter to DenyHandler example by
@cgalibernin labstack/echo#2878- improve: improve websocket checks in IsWebSocket() [per RFC 6455] by
@raju-mechatronicsin labstack/echo#2875- fix: Context.Json() should not send status code before serialization is complete by
@aldasin labstack/echo#2877v5.0.0 - 2026-01-18
Echo
v5is maintenance release with major breaking changes
Contextis now struct instead of interface and we can add method to it in the future in minor versions.- Adds new
Routerinterface for possible new routing implementations.- Drops old logging interface and uses moderm
log/sloginstead.
... (truncated)
Commits
6f3a84aMerge pull request #2905 from aldas/v4_crsf_token_fallback24fa4d0CSRF: support older token-based CSRF protection handler that want to render t...- See full diff in compare view
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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)