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
Run npm audit
# npm audit report
ws 2.1.0 - 5.2.3
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/websocket-stream/node_modules/ws
websocket-stream 4.0.0 - 5.1.2 || >=5.4.0
Depends on vulnerable versions of ws
node_modules/websocket-stream
aws-iot-device-sdk >=2.2.9
Depends on vulnerable versions of websocket-stream
node_modules/aws-iot-device-sdk
3 high severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Expected Behavior
No known vulnerabilities present :)
Current Behavior
The suggested fix would force a downgrade from 2.2.14 back to 2.2.8, which would introduce other issues again and is not viable.
Reproduction Steps
Take a project that requires aws-iot-device-sdk v2.2.14 package, and run npm audit
Possible Solution
No response
Additional Information/Context
No response
SDK version used
2.2.14
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
Expected Behavior
No known vulnerabilities present :)
Current Behavior
The suggested fix would force a downgrade from 2.2.14 back to 2.2.8, which would introduce other issues again and is not viable.
Reproduction Steps
Take a project that requires
aws-iot-device-sdk
v2.2.14 package, and runnpm audit
Possible Solution
No response
Additional Information/Context
No response
SDK version used
2.2.14
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: