FredKSchott / snowpack

ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️
https://www.snowpack.dev
MIT License
19.48k stars 922 forks source link

🐛 BUG: `index.bin.js` file is mistaken as Trojan by Kaspersky and got deleted #3917

Closed Thomas-Boi closed 2 years ago

Thomas-Boi commented 2 years ago

Quick checklist

What package manager are you using?

npm

What operating system are you using?

Windows

Describe the bug

Not exactly a Snowpack issue but my Kaspersky Anti-Virus mistook the index.bin.js file used by snowpack as a Trojan.

image

image

On my end, I'm disabling the deletion for this file so I should be fine. I just thought that it might be something worth looking into on you guys' part. This can also serve as documentation in case anyone else ran into this issue.

Steps to reproduce

N/A

Link to minimal reproducible example (optional)

No response

Filyus commented 2 years ago

I sended this file for review, it was a false positive and will be fixed.

Thomas-Boi commented 2 years ago

Thank you for your help! I think I'll close this issue since it's now in Kaspersky's hand