Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/labstack/echo/v4 v4.11.4 -> v4.13.3 age adoption passing confidence
github.com/labstack/echo/v4 v4.11.3 -> v4.13.3 age adoption passing confidence

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

v4.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

v4.12.0

Compare Source

Security

Enhancements


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Oct 11, 2023
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from eb001c7 to a860ae5 Compare October 12, 2023 15:59
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch October 23, 2023 10:55
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 - autoclosed fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch October 23, 2023 13:44
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from a860ae5 to 11f7ac4 Compare October 23, 2023 13:45
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from 11f7ac4 to 81ceede Compare November 6, 2023 13:37
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 fix(deps): update module github.com/labstack/echo/v4 to v4.11.3 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from 81ceede to 86ef559 Compare November 7, 2023 14:21
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from 86ef559 to 8f1a914 Compare December 11, 2023 12:03
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 11, 2023

Deploying sharing with  Cloudflare Pages  Cloudflare Pages

Latest commit: bfbcabd
Status: ✅  Deploy successful!
Preview URL: https://1cb4fab9.sharing-dw8.pages.dev
Branch Preview URL: https://renovate-gitproxy.zycloud.tk-labstack.sharing-dw8.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch 5 times, most recently from 69239fc to a34ca64 Compare December 16, 2023 13:36
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from a34ca64 to a5a092b Compare December 20, 2023 16:27
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.11.3 fix(deps): update module github.com/labstack/echo/v4 to v4.11.4 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from a5a092b to 8425bc6 Compare January 4, 2024 15:48
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from 8425bc6 to f0d0a67 Compare April 15, 2024 20:16
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.11.4 fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 Apr 15, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Apr 15, 2024

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: cmd/blob/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/google/uuid v1.5.0
go: downloading github.com/minio/minio-go/v7 v7.0.66
go: downloading github.com/sixwaaaay/must v0.1.0
go: downloading github.com/spf13/viper v1.15.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/json-iterator/go v1.1.12
verifying github.com/sixwaaaay/[email protected]: checksum mismatch
	downloaded: h1:UrtFkBbKyDh2OwTH6173ww4VrRSJnKScz2HVWiZYpXU=
	go.sum:     h1:gYi55InyvD/YyGlQ+n+4N1gqoHIckGG6ijmN2F6bm8g=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

@vercel
Copy link

vercel bot commented Apr 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
sharing ⬜️ Ignored (Inspect) Visit Preview Dec 30, 2024 0:27am

@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from f0d0a67 to 1aaf29d Compare December 4, 2024 21:33
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 fix(deps): update module github.com/labstack/echo/v4 to v4.13.0 Dec 4, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Dec 4, 2024

⚠️ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: cmd/blob/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/google/uuid v1.5.0
go: downloading github.com/labstack/echo/v4 v4.13.3
go: downloading github.com/labstack/gommon v0.4.2
go: downloading github.com/minio/minio-go/v7 v7.0.66
go: downloading github.com/sixwaaaay/must v0.1.0
verifying github.com/sixwaaaay/[email protected]: checksum mismatch
	downloaded: h1:UrtFkBbKyDh2OwTH6173ww4VrRSJnKScz2HVWiZYpXU=
	go.sum:     h1:gYi55InyvD/YyGlQ+n+4N1gqoHIckGG6ijmN2F6bm8g=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

@codecov
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.43%. Comparing base (dbecd43) to head (bfbcabd).
Report is 9 commits behind head on main.

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     
Flag Coverage Δ
content ?
users 86.43% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from 1aaf29d to d439e5b Compare December 11, 2024 15:37
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.13.0 fix(deps): update module github.com/labstack/echo/v4 to v4.13.1 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from d439e5b to c886842 Compare December 12, 2024 09:52
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.13.1 fix(deps): update module github.com/labstack/echo/v4 to v4.13.2 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/gitproxy.zycloud.tk-labstack-echo-v4-4.x branch from c886842 to 54b6530 Compare December 19, 2024 08:46
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.13.2 fix(deps): update module github.com/labstack/echo/v4 to v4.13.3 Dec 19, 2024
…ommon-0.x

fix(deps): update module github.com/labstack/gommon to v0.4.2
@renovate
Copy link
Contributor Author

renovate bot commented Dec 30, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.13.3 fix(deps): update module github.com/labstack/echo/v4 to v4.13.3 - abandoned Jan 13, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jan 13, 2025

Autoclosing Skipped

This 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants