-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(package): update sockjs-client
v1.1.5...1.3.0 (url-parse
vulnerability)
#1537
Conversation
sockjs-client
v1.1.5...1.3.0 (url-parse
vulnerability)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sarbbottam Thx
Codecov Report
@@ Coverage Diff @@
## master #1537 +/- ##
=======================================
Coverage 74.02% 74.02%
=======================================
Files 10 10
Lines 666 666
=======================================
Hits 493 493
Misses 173 173 Continue to review full report at Codecov.
|
Released in |
For Bugs and Features; did you add new tests?
N/A - the bug is not in webpack-dev-server but a dependency.
Motivation / Use-Case
Incorrect parsing in url-parse <1.4.3 returns wrong hostname which leads to multiple vulnerabilities such as SSRF, Open Redirect, Bypass Authentication Protocol.
Please refer https://nvd.nist.gov/vuln/detail/CVE-2018-3774 for further details.
Breaking Changes
NA
Additional Info
NA