paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.
https://paulmillr.com/noble
MIT License
573 stars 46 forks source link

Update cause problems #84

Closed kieled closed 7 months ago

kieled commented 7 months ago

After updating the @noble/hashes from 1.3.2 to 1.3.3 in our project, we had a problem with the fact that after the build, the product was detected as a virus (only on Windows systems). Rollback to 1.3.2 fixed this issue

paulmillr commented 7 months ago

here’s full diff of 1.3.3: there is nothing unusual

https://npmdiff.dev/%40noble%2Fhashes/1.3.2/1.3.3/

so your antivirus is probably shit. report this problem to your antivirus vendor

kieled commented 7 months ago

It's microsoft defender XD

paulmillr commented 7 months ago

I mean, what can we do?