Update dependency eventsource to v2 [SECURITY] - autoclosed
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eventsource | ^1.1.0 -> ^2.0.0 |
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Test plan: CI should pass with updated dependencies.
GitHub Vulnerability Alerts
CVE-2022-1650
When fetching an url with a link to an external site (Redirect), the users Cookies & Autorisation headers are leaked to the third party application. According to the same-origin-policy, the header should be "sanitized."
Release Notes
EventSource/eventsource
v2.0.2
- Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal)
v2.0.1
- Fix
URL is not a constructor
error for browser (#268 Ajinkya Rajput)
v2.0.0
- BREAKING: Node >= 12 now required (#152 @HonkingGoose)
- Preallocate buffer size when reading data for increased performance with large messages (#239 Pau Freixes)
- Removed dependency on url-parser. Fixes CVE-2022-0512 & CVE-2022-0691 (#249 Alex Hladin)
v1.1.1
- Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal)
Configuration
-
If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
App preview:
Check out the client app preview documentation to learn more.