-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
HAP-NodeJS 0.10.3 npm package vulnerabilities #930
Comments
This comment was marked as abuse.
This comment was marked as abuse.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
its not stale |
@Supereg is anything being done to address this?!?! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Any movement on this issue?? Seems stalled project atm? |
Still issues with 0.10.3.
|
The reported vulnerabilities didn't actually affect any users.
Since both packages are abandoned by their maintainers, I stilled addressed those issues, by updating the This fixes will be part of the upcoming v0.10.4 release. |
Thanks for addressing the issue in an upcoming release. |
Analysis
After installing released 0.10.0, npm audit reports the following issues with package dependancies:
**npm audit fix
up to date, audited 95 packages in 2s
36 packages are looking for funding
run
npm fund
for detailsnpm audit report
minimist <0.2.1
Severity: moderate
Prototype Pollution in minimist - GHSA-vh95-rmgr-6w4m
fix available via
npm audit fix
node_modules/optimist/node_modules/minimist
optimist >=0.6.0
Depends on vulnerable versions of minimist
node_modules/optimist
put *
Sensitive Data Exposure in put - GHSA-v6gv-fg46-h89j
fix available via
npm audit fix --force
Will install hap-nodejs@0.9.8, which is a breaking change
node_modules/put
@homebridge/dbus-native *
Depends on vulnerable versions of put
node_modules/@homebridge/dbus-native
hap-nodejs 0.10.0-beta.0 - 0.10.1-beta.0
Depends on vulnerable versions of @homebridge/dbus-native
node_modules/hap-nodejs
5 vulnerabilities (3 low, 2 moderate)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force**
Expected Behavior
depend packages need to be updated to use non-vulnerable versions
Steps To Reproduce
.
Logs
Configuration
.
Environment
Process Supervisor
not applicable
Additional Context
.
The text was updated successfully, but these errors were encountered: