adamgruber / mochawesome

A Gorgeous HTML/CSS Reporter for Mocha.js
https://gitter.im/mochawesome/general
MIT License
1.06k stars 160 forks source link

Is mochawesome still alive or maintained ? #398

Open rsi21 opened 6 months ago

rsi21 commented 6 months ago

Hi all,

We currently used mochawesome to generate reports for cypress runs. And since some weeks we started having some vulnerabilities around opener for the last one). But i see the project didn't live since 2 years now, is there any plan to maintain it in future @adamgruber ? A shame if not, it is reallly helpfull and works fine :)

Thanks

Fargazon commented 5 months ago

Hey all,

Same situation here as rsi21 Is there some plan to remove opener from mochawesome or some other solution is maybe available ?

Thanks

adamgruber commented 5 months ago

What are the vulnerabilities with opener that you're seeing?

It's likely these are false positives as indicated by this related issue: https://github.com/domenic/opener/issues/38

rvanheesostk commented 4 months ago

We're unfortunately getting a critical vulnerability warning as well. This is for the ip package <1.1.9, which is used by an old version of webpack-dev-server, which in turn is used by mochawesome-report-generator. Any chance this will be updated?

adamgruber commented 3 months ago

webpack-dev-server is a dev dependency of mochawesome-report-generator. There should be no vulnerability for end users of the package.