-
Notifications
You must be signed in to change notification settings - Fork 758
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
async portscanner vulnerability 2.1.1 #1959
Comments
I have the same issue. |
Agree, please upgrade. |
@shakyShane are you available to review this? really appreciate your work on this project! I know fixing small things in OSS can be annoying; thanks for your time! #1960 |
Yep, I'll get to this tomorrow :) |
fixed in browser-sync@2.27.10 - thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, there's a vulnerability related to old version of async:
GHSA-fwr7-v2mv-hh25
browser-sync
usesportscanner
, which usesasync
.Latest version of
portscanner
(2.2.0) already updated async and the issue fixed.But
browser-sync
2.27.9 still uses portscanner 2.1.1https://github.com/BrowserSync/browser-sync/blob/master/packages/browser-sync/package.json#L56
Could you please update portscanner up to the latest version?
The text was updated successfully, but these errors were encountered: