You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to npm audiit WS version 8-8.17 have security issues, and the latest that is supported is 8.18.0,
npm audit report
ws 8.0.0 - 8.17.0
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - GHSA-3h5v-q93c-6h6q
fix available via npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/unifi-protect/node_modules/ws
unifi-protect >=4.6.1
Depends on vulnerable versions of ws
node_modules/unifi-protect
I'd like to update my version, but if I try to audit fix, it will downgrade to even older version.
The text was updated successfully, but these errors were encountered:
@robgwi - this issue is being automatically closed because it does not follow either the feature request or bug report issue template. The issue templates have been designed to help in the troubleshooting (or feature request) process. Please use them and populate it as completely as possible to streamline troubleshooting or feature request discussions.
This issue is locked to prevent necroposting on closed issues. Please create a new issue for related support requests, bug reports, or feature suggestions.
According to npm audiit WS version 8-8.17 have security issues, and the latest that is supported is 8.18.0,
npm audit report
ws 8.0.0 - 8.17.0
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - GHSA-3h5v-q93c-6h6q
fix available via
npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/unifi-protect/node_modules/ws
unifi-protect >=4.6.1
Depends on vulnerable versions of ws
node_modules/unifi-protect
I'd like to update my version, but if I try to audit fix, it will downgrade to even older version.
The text was updated successfully, but these errors were encountered: