generated from mpppk/cli-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY] - autoclosed #151
Closed
renovate
wants to merge
1
commit into
master
from
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
Closed
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY] - autoclosed #151
renovate
wants to merge
1
commit into
master
from
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
renovate
bot
changed the title
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY]
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY] - autoclosed
Oct 23, 2023
renovate
bot
deleted the
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
branch
October 23, 2023 10:18
renovate
bot
changed the title
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY] - autoclosed
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY]
Oct 23, 2023
renovate
bot
restored the
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
branch
October 23, 2023 16:05
renovate
bot
force-pushed
the
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
branch
from
October 23, 2023 16:06
f53130e
to
562b3a6
Compare
renovate
bot
changed the title
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY]
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY] - autoclosed
Jan 9, 2024
renovate
bot
deleted the
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
branch
January 9, 2024 13:46
renovate
bot
changed the title
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY] - autoclosed
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY]
Jan 9, 2024
renovate
bot
restored the
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
branch
January 9, 2024 16:45
renovate
bot
force-pushed
the
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
branch
from
January 9, 2024 16:45
562b3a6
to
795792c
Compare
renovate
bot
changed the title
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY]
Update module github.com/labstack/echo/v4 to v4.9.0 [SECURITY] - autoclosed
Aug 6, 2024
renovate
bot
deleted the
renovate/go-jackfan.us.kg/labstack/echo/v4-vulnerability
branch
August 6, 2024 09:35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.1.16
->v4.9.0
GitHub Vulnerability Alerts
CVE-2022-40083
Labstack Echo v4.8.0 was discovered to contain an open redirect vulnerability via the Static Handler component. This vulnerability can be leveraged by attackers to cause a Server-Side Request Forgery (SSRF). Version 4.9.0 contains a patch for the issue.
CVE-2020-36565
Due to improper sanitization of user input on Windows, the static file handler allows for directory traversal, allowing an attacker to read files outside of the target directory that the server has permission to read.
Release Notes
labstack/echo (github.com/labstack/echo/v4)
v4.9.0
Compare Source
Security
Enhancements
v4.8.0
Compare Source
Most notable things
You can now add any arbitrary HTTP method type as a route #2237
You can add custom 404 handler for specific paths #2217
Enhancements
v4.7.2
Compare Source
Fixes
Enhancements
v4.7.1
Compare Source
Fixes
e.Static
,.File()
,c.Attachment()
being picky with paths starting with./
,../
and/
after 4.7.0 introduced echo.Filesystem support (Go1.16+) #2123Enhancements
v4.7.0
Compare Source
Enhancements
Fixes
General
go
directive ingo.mod
to 1.17 #2049v4.6.3
Compare Source
Fixes
4.6.2
#2066v4.6.2
Compare Source
Fixes
Enhancements
v4.6.1
Compare Source
Enhancements
v4.6.0
Compare Source
Introduced a new request logger middleware
to help with cases when you want to use some other logging library in your application.
Fixes
Enhancements
v4.5.0
Compare Source
Important notes
A BREAKING CHANGE is introduced for JWT middleware users.
The JWT library used for the JWT middleware had to be changed from github.com/dgrijalva/jwt-go to
github.com/golang-jwt/jwt due former library being unmaintained and affected by security
issues.
The github.com/golang-jwt/jwt project is a drop-in replacement, but supports only the latest 2 Go versions.
So for JWT middleware users Go 1.15+ is required. For detailed information please read #1940
To change the library imports in all .go files in your project replace all occurrences of
dgrijalva/jwt-go
withgolang-jwt/jwt
.For Linux CLI you can use:
Fixes
github.com/golang-jwt/jwt
#1946v4.4.0
Compare Source
Fixes
Enhancements
v4.3.0
Compare Source
Important notes
Fixes
Enhancements
v4.2.2
Compare Source
Fixes
v4.2.1
Compare Source
Important notes
Due to a datarace the config parameters for the newly added timeout middleware required a change.
See the docs.
A performance regression has been fixed, even bringing better performance than before for some routing scenarios.
Fixes
This release was made possible by our contributors:
aldas, clwluvw, lammel, Le0tk0k, maciej-jezierski, rkilingr, stffabi, withshubh
v4.2.0
Compare Source
Important notes
The behaviour for binding data has been reworked for compatibility with echo before v4.1.11 by
enforcing
explicit tagging
for processing parameters. This may break your code if youexpect combined handling of query/path/form params.
Please see the updated documentation for request and binding
The handling for rewrite rules has been slightly adjusted to expand
*
to a non-greedy(.*?)
capture group. This is only relevant if multiple asterisks are used in your rules.Please see rewrite and proxy for details.
Security
Enhancements
Fixes
General
This release was made possible by over 100 commits from more than 20 contributors:
asahasrabuddhe, aldas, AndrewKlotz, arun0009, chotow, curvegrid, iambenkay, imxyb,
juanbelieni, lammel, little-cui, lnenad, pafuent, pofl, pr0head, pwli, RashadAnsari,
rkfg, santosh653, segfiner, stffabi, ulasakdeniz
v4.1.17
Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.