Earlier quoted context omitted.
Why would everyone be hosed just because a binary got committed to version control? Either way, surely you can set up some policies or monitoring for that sort of thing. I don't know, I've been developing on Windows for decades without an antivirus and I've never had these issues. Are your people downloading and installing random software all the time? In my experience, once I'm set up with my usual tools I rarely ne…
> Why would everyone be hosed just because a binary got committed to version control? We’re hosed if someone submits malware to source control and other people run it? > Either way, surely you can set up some policies or monitoring for that sort of thing. Like a tool that comes with windows that checks that nobody has done that, called windows defender? The tool I have a problem with? > I've been developing on Window…
No, like a tool that's running on a machine of its own, monitoring what gets pushed to version control, or a policy on the version control server that rejects attempts to push files of the wrong type.