-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update module github.com/labstack/echo/v4 to v4.13.3 - abandoned #189
base: main
Are you sure you want to change the base?
Conversation
eb001c7
to
a860ae5
Compare
a860ae5
to
11f7ac4
Compare
11f7ac4
to
81ceede
Compare
81ceede
to
86ef559
Compare
86ef559
to
8f1a914
Compare
Deploying sharing with
|
Latest commit: |
bfbcabd
|
Status: | ✅ Deploy successful! |
Preview URL: | https://1cb4fab9.sharing-dw8.pages.dev |
Branch Preview URL: | https://renovate-github-com-labstack.sharing-dw8.pages.dev |
69239fc
to
a34ca64
Compare
a34ca64
to
a5a092b
Compare
a5a092b
to
8425bc6
Compare
8425bc6
to
f0d0a67
Compare
⚠ 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: cmd/blob/go.sum
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
f0d0a67
to
1aaf29d
Compare
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #189 +/- ##
==========================================
- Coverage 88.24% 86.43% -1.81%
==========================================
Files 17 5 -12
Lines 1216 199 -1017
Branches 54 0 -54
==========================================
- Hits 1073 172 -901
+ Misses 131 17 -114
+ Partials 12 10 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1aaf29d
to
d439e5b
Compare
d439e5b
to
c886842
Compare
c886842
to
54b6530
Compare
…/github.com-labstack-gommon-0.x
…ommon-0.x fix(deps): update module github.com/labstack/gommon to v0.4.2
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
v4.11.4
->v4.13.3
v4.11.3
->v4.13.3
Release Notes
labstack/echo (github.com/labstack/echo/v4)
v4.13.3
Compare Source
Security
v4.13.2
Compare Source
Security
v4.13.1
Compare Source
Fixes
Transfer-Encoding: chunked
requests by @178inaba in https://github.com/labstack/echo/pull/2717v4.13.0
Compare Source
BREAKING CHANGE JWT Middleware Removed from Core use labstack/echo-jwt instead
The JWT middleware has been removed from Echo core due to another security vulnerability, CVE-2024-51744. For more details, refer to issue #2699. A drop-in replacement is available in the labstack/echo-jwt repository.
Important: Direct assignments like
token := c.Get("user").(*jwt.Token)
will now cause a panic due to an invalid cast. Update your code accordingly. Replace the current imports from"github.com/golang-jwt/jwt"
in your handlers to the new middleware version using"github.com/golang-jwt/jwt/v5"
.Background:
The version of
golang-jwt/jwt
(v3.2.2) previously used in Echo core has been in an unmaintained state for some time. This is not the first vulnerability affecting this library; earlier issues were addressed in PR #1946.JWT middleware was marked as deprecated in Echo core as of v4.10.0 on 2022-12-27. If you did not notice that, consider leveraging tools like Staticcheck to catch such deprecations earlier in you dev/CI flow. For bonus points - check out gosec.
We sincerely apologize for any inconvenience caused by this change. While we strive to maintain backward compatibility within Echo core, recurring security issues with third-party dependencies have forced this decision.
Enhancements
MultipartForm
test by @martinyonatann in https://github.com/labstack/echo/pull/2682bind
: add support of multipart multi files by @martinyonatann in https://github.com/labstack/echo/pull/2684html/template
andtext/template
packages. by @aldas in https://github.com/labstack/echo/pull/2690v4.12.0
Compare Source
Security
Enhancements
UnmarshalParams(params []string) error
inter… by @aldas in https://github.com/labstack/echo/pull/2607*[]string
by @aldas in https://github.com/labstack/echo/pull/2608/
. by @aldas in https://github.com/labstack/echo/pull/2616Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.