-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
Adding browser-sync as a dependency results in npm audit warning:
found 1 high severity vulnerability
Further details:
=== npm audit security report ===
┌──────────────────────────────────────────────────────────────────────────────┐
│ Manual Review │
│ Some vulnerabilities require your attention to resolve │
│ │
│ Visit https://go.npm.me/audit-guide for additional guidance │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High │ Server-Side Request Forgery │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ axios │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=0.21.1 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ browser-sync [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ browser-sync > localtunnel > axios │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1594 │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 high severity vulnerability in 212 scanned packages
1 vulnerability requires manual review. See the full report for details.
Steps to reproduce:
mkdir test && cd testnpm initnpm install -D browser-syncnpm audit
It looks like localtunnel already has a GH issue on this: localtunnel/localtunnel#377
So I guess we need to wait for localtunnel to fix the issue and then bump dependency here?
Ps. in the past a similar issue has happened (#1695)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels