kiwigrid/gherkin-testcafe

gherkin-testcafe file is causing anti-virus to detect malware

Closed this issue · 2 comments

I've recently added gherkin-testcafe to a project I'm working on. When running npm install on the project, it pulls in gherkin-testcafe as a dependency, but my anti-virus is now detecting malware as in the screenshot below:

Screenshot 2019-11-13 at 11 33 41

The file in question is:

node_modules/gherkin-testcafe/node_modules/gherkin/executables/gherkin-windows-386.exe

This has been detected by other members of the team. Whilst this could be a false-positive, this is something that you may want to take a look at.

Thanks for the notice, @anthonyjsargeant.

I just released v2.4.2 that updates gherkin to v8.1.1. I hope that fixes the issue.
If you still have this problem with the new version, please file a bug at cucumber/cucumber

Thanks @Lukas-Kullmann for the prompt response!