|
Let the IT department download the ZIP file, verify its SHA256 hash, unpack it, and scan the result for viruses using Windows Defender (or GData, etc). This frequently helps in that the scan just turns out empty. As said, this is not something new. We have reports like this with every single build. The reports are false positives. The false positives appear because there are so many competing antivirus tools and because all of them use heuristics which are not 100% (frequently not even 97%) accurate by design. When you combine these two factors, you are bound to have some tools that will flag completely benign code as 'malware' for every new build. Microsoft / Oracle / Google apps don't get flagged because when some antivirus tool flags them, the creators of that tool understand that this is clearly an error and suppress that particular false positive manually.
|