X Tutup
Skip to content

Tags: labstack/echo

Tags

v4.15.1

Toggle v4.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2905 from aldas/v4_crsf_token_fallback

CSRF: support older token-based CSRF protection handler that want to render token into template

v5.0.4

Toggle v5.0.4's commit message
Add changelog for v5.0.4 release

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2891 from aldas/fix_staticmw

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.Filesystem` is `nil` (default)
- `echo.Filesystem` is has not been set explicitly (default)

Exposure is restricted to the active process working directory and its subfolders.

v5.0.2

Toggle v5.0.2's commit message
Changelog for version 5.0.2

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2880 from aldas/changelog_501

Changelog for v5.0.1 release

v5.0.0

Toggle v5.0.0's commit message
Changelog for v5.0.0 release

v4.15.0

Toggle v4.15.0's commit message
v4.15.0 changelog

v4.14.0

Toggle v4.14.0's commit message
Changelog for 4.14.0

v4.13.4

Toggle v4.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve changelog for 4.13.4 (#2783)

v4.13.3

Toggle v4.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update golang.org/x/net dependency [GO-2024-3333](https://pkg.go.dev/…

…vuln/GO-2024-3333) (#2722)
X Tutup