fix(deps): update dependency @elysiajs/cors to v1 [security] - #101
fix(deps): update dependency @elysiajs/cors to v1 [security]#101renovate[bot] wants to merge 1 commit into
Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to 9b30ce0 in 28 seconds. Click for details.
- Reviewed
16lines of code in2files - Skipped
0files when reviewing. - Skipped posting
2draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. package.json:20
- Draft comment:
Updated @elysiajs/cors to v1.3.1 to address CVE-2025-50864. Verify no compatibility issues with the new strict origin validation. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%The comment is about a dependency update and asks the author to verify compatibility issues, which violates the rules. It doesn't provide a specific suggestion or point out a specific issue with the code.
2. bun.lockb:1
- Draft comment:
Lockfile updated; confirm that bun.lockb correctly reflects the dependency changes. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
Workflow ID: wflow_taAWva6sC48KhhRz
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
9b30ce0 to
3ee4d67
Compare
39e19bc to
2955383
Compare
2955383 to
c2d0ae1
Compare
c2d0ae1 to
2293870
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
This PR contains the following updates:
0.7.2→1.3.1elysia-cors Origin Validation Error
CVE-2025-50864 / GHSA-f9qj-4c5x-cpcw
More information
Details
An Origin Validation Error in the elysia-cors library thru 1.3.0 allows attackers to bypass Cross-Origin Resource Sharing (CORS) restrictions. The library incorrectly validates the supplied origin by checking if it is a substring of any domain in the site's CORS policy, rather than performing an exact match. For example, a malicious origin like "notexample.com", "example.common.net" is whitelisted when the site's CORS policy specifies "example.com." This vulnerability enables unauthorized access to user data on sites using the elysia-cors library for CORS validation.
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
elysiajs/elysia-cors (@elysiajs/cors)
v1.3.1Compare Source
Bug fix:
v1.3.0Compare Source
Change:
v1.2.0Compare Source
Change:
v1.1.1Compare Source
Feature:
v1.1.0Compare Source
Change:
v1.0.5Compare Source
Bug fix:
v1.0.4Compare Source
Bug fix:
v1.0.2Compare Source
Change:
v1.0.0Compare Source
Change:
v0.8.0Compare Source
Change:
Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.