Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Confidence
@koa/cors 4.0.0 -> 5.0.0 age confidence

GitHub Vulnerability Alerts

CVE-2023-49803

Currently, the middleware operates in a way that if an allowed origin is not provided, it will return an Access-Control-Allow-Origin header with the value of the origin from the request. This behavior completely disables one of the most crucial elements of browsers - the Same Origin Policy (SOP), this could cause a very serious security threat to the users of this middleware.

If such behavior is expected, for instance, when middleware is used exclusively for prototypes and not for production applications, it should be heavily emphasized in the documentation along with an indication of the risks associated with such behavior, as many users may not be aware of it.


Release Notes

koajs/cors (@​koa/cors)

v5.0.0

Compare Source

==================

others


Configuration

📅 Schedule: Branch creation - "" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

Copy link

codesandbox-ci bot commented Aug 6, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/npm-koa-cors-vulnerability branch 2 times, most recently from 349ca95 to c4c5090 Compare October 19, 2024 09:11
@renovate renovate bot force-pushed the renovate/npm-koa-cors-vulnerability branch 4 times, most recently from e619d02 to 6df3f3b Compare November 2, 2024 13:57
@renovate renovate bot force-pushed the renovate/npm-koa-cors-vulnerability branch from 6df3f3b to da11a75 Compare November 3, 2024 12:21
@renovate renovate bot force-pushed the renovate/npm-koa-cors-vulnerability branch from da11a75 to a272444 Compare November 23, 2024 15:37
@renovate renovate bot force-pushed the renovate/npm-koa-cors-vulnerability branch from a272444 to c95d8b2 Compare March 24, 2025 16:54
@renovate renovate bot force-pushed the renovate/npm-koa-cors-vulnerability branch from c95d8b2 to 3aa51f8 Compare August 10, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant