Skip to content

Tags: labstack/echo

Tags

v5.2.1

Toggle v5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert PR #3009 changes to just disabling path escaping by default in…

… static methods/middleware (#3016)

revert PR #3009 changes to just disabling path escaping by default in static methods/middleware (#3016)

v4.15.4

Toggle v4.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3020 from aldas/v4_v4-15-4_changelog

Changelog for v4.15.4 - security fix

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog for v5.1.1 (#2965)

v4.15.2

Toggle v4.15.2's commit message

Verified

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

Changelog for v4.15.2

v5.1.0

Toggle v5.1.0's commit message
Changelog for v5.1.0

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.