rlindner / node-red-contrib-sma-webconnect

Node-RED node to query the web interface of SMA inverters
MIT License
13 stars 9 forks source link

Errors on install #36

Closed halfagascan closed 1 year ago

halfagascan commented 1 year ago

First time user of nodered, and of using your package, below is my error

npm audit

npm audit report

request Severity: moderate Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6 No fix available node_modules/request node-red-contrib-sma-webconnect Depends on vulnerable versions of request Depends on vulnerable versions of requestretry node_modules/node-red-contrib-sma-webconnect requestretry * Depends on vulnerable versions of request node_modules/requestretry

3 moderate severity vulnerabilities

To address issues that do not require attention, run: npm audit fix

Some issues need review, and may require choosing a different dependency.

rlindner commented 1 year ago

Hi, the mentioned vulnerability arises from the request dependency and doesn't have a patched version as of now. But normally this should only raise a warning and not prevent you from using it.

halfagascan commented 1 year ago

ok, thanks, I'll close