-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Threat detected: Coinminer.JS.MALb (flatmap-stream) #2861
Comments
There also seems to be an issue in the dev dependencies for cypress:
It's less of a concern due to it being a dev dep, but still alarming. I tried looking into npm-run-all but the cypress fork has not been updated in a while. The original package no longer depends on ps-tree. |
Interesting, Why would the production package on the CDN contain the development dependencies? |
Still no word official word about this? (cc @chrisbreiding) |
Thanks for opening this issue. I do indeed see that |
We've updgraded the necessary dependencies to either remove |
@chrisbreiding Do you have a release date? |
Can't promise a date, but if not today, then certainly sometime this week. We're still looking into why a dev dependency made it into the production binary, as that should not happen. Seems that it only happens with the windows binary |
Let me open a new issue about |
Released in |
Current behavior:
Unable to extract cypress because a dependency (
flatmap-stream
) is compromised.Desired behavior:
To be able to extract cypress without errors from an AV software.
Steps to reproduce:
Pre-requisites: have an anti-virus software (TrendMicro in my case)
Problematic file:
.\Cypress\resources\app\packages\server\node_modules\flatmap-stream\test\data.js
flatmap-stream has been removed from npm
Versions
Latest version, downloaded from https://cdn.cypress.io/desktop/3.1.2/win64/cypress.zip
Further information
Looking at the
package-lock.json
in.\Cypress\resources\app\packages\server\
, it seems likeflatmap-stream
is being pulled, indirectly, bynodemon
The text was updated successfully, but these errors were encountered: