Closed natebosch closed 3 years ago
For Dart SDK zips we also publish hashes that could be used to verify the integrity (chocolatey does that automatically, AFAIK) of the zip, and then the file in the zip could be compared to the file on disk (or simply replaced).
It sounds like the user may have gotten their Dart SDK via the Flutter SDK, in that case I'm not sure how to answer the file integrity question.
It also seems that Win64:Malware-gen could also just be a false positive and needs to be reported to the antivirus vendor as such.
This may be a false positive from your antivirus scanner's heuristics. Most antivirus programs include instructions for submitting a possible false positive to them, so they can check it out and make their programs stop triggering on it. The downloads from the official dart and flutter websites should be guaranteed to be safe, since they are transferred with https:
We may need to loop some flutter folks in - sounds like this is happening with dart.exe
in the flutter SDK
I just downloaded flutter version v1.5.4-hotfix.2-stable and I encounter the same problem. In my case, AVG AntiVirus Free has put the file in quarantine due to Win64:Malware-gen.
I have the same problem with Kaspersky. it says dart-sdk is a Trojan.
Hello, having the same problem here after trying to update dart, any updates on this ?
@ElieSol report these bugs to your antivirus vendor.
@mraleph will do that thanks, in the meantime I have uninstalled then reinstalled flutter and managed to got rid of the problem
I had some issue lately where dart.exe has reached quarantaine. Its behavior was not right: it created a fork bomb inside git and I had to reinstall both git and flutter twice after restarting my system. That happened when running flutter pub get --offline
when in airplane mode. After that command, running any git command in any dir would output BUG: FORK BOMB
(even after restart). Flutter / dart should not be able to totally screw other programs, git in this instance.
Today dart.exe has just disappeared out of nowhere, I assume it's the antivirus deleting it somehow. Given the above it's a bit though to whitelist flutter / dart.
It seems like I'm the only person that has experienced this as I found nothing related.
I had some issue lately where dart.exe has reached quarantaine. Its behavior was not right: it created a fork bomb inside git and I had to reinstall both git and flutter twice after restarting my system. That happened when running
flutter pub get --offline
when in airplane mode. After that command, running any git command in any dir would outputBUG: FORK BOMB
(even after restart). Flutter / dart should not be able to totally screw other programs, git in this instance.Today dart.exe has just disappeared out of nowhere, I assume it's the antivirus deleting it somehow. Given the above it's a bit though to whitelist flutter / dart.
It seems like I'm the only person that has experienced this as I found nothing related.
do you fou nd the solution?
@ahmvdshafiq as I said I had to reinstall git and flutter. It's been a long time
From a user report - I don't know how to repro this:
https://gitter.im/dart-lang/sdk?at=5cd33a035a887e1cd9b42289
cc @whesse @athomas