www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - MacOS:MaxOfferDeal-CY [Adw]

reply N!one <N!one utopia.com> writes:
I'm currently running dmd v2.098.0 and 2.096.0 on MacOS Big Sur 
(11.6.2) and am running into an issue with AVG antivirus.

Apparently, anything processing strings from the standard library 
matches the virus signature shown on the subject line. It 
quarantines all object files produced from any of the following:

      import std.stdio: writef;
      writef("%s", "This is a test!\n");

      import std.file: read;
      auto data = read("somefile.txt");

      import std.conv: to;
      auto d = to!double("1.6");
      //or
      auto s = to!string(1.6);

     import std.utf;
     auto ndx = toUCSindex(`hello world`, 7);

I just ran into this yesterday.

/N!one
Dec 21 2021
parent reply Kagamin <spam here.lot> writes:
Report a false positive detection: 
https://www.avg.com/en-us/false-positive-file-form
Dec 21 2021
next sibling parent reply N!one <N!one utopia.com> writes:
On Tuesday, 21 December 2021 at 08:53:28 UTC, Kagamin wrote:
 Report a false positive detection: 
 https://www.avg.com/en-us/false-positive-file-form
Tried to. Result: "Access Denied You don't have permission to access "http://www.avg.com/en-us/false-positive-file-form" on this server.
Dec 21 2021
parent reply bauss <jj_1337 live.dk> writes:
On Tuesday, 21 December 2021 at 10:07:48 UTC, N!one wrote:
 On Tuesday, 21 December 2021 at 08:53:28 UTC, Kagamin wrote:
 Report a false positive detection: 
 https://www.avg.com/en-us/false-positive-file-form
Tried to. Result: "Access Denied You don't have permission to access "http://www.avg.com/en-us/false-positive-file-form" on this server.
Consult with AVG. Nothing any of us can really do or help you with. It's not an issue with D, but with your AV.
Dec 21 2021
parent reply Guillaume Piolat <first.last gmail.com> writes:
On Tuesday, 21 December 2021 at 11:34:46 UTC, bauss wrote:
 On Tuesday, 21 December 2021 at 10:07:48 UTC, N!one wrote:
 On Tuesday, 21 December 2021 at 08:53:28 UTC, Kagamin wrote:
 Report a false positive detection: 
 https://www.avg.com/en-us/false-positive-file-form
Tried to. Result: "Access Denied You don't have permission to access "http://www.avg.com/en-us/false-positive-file-form" on this server.
Consult with AVG. Nothing any of us can really do or help you with. It's not an issue with D, but with your AV.
The situation has turned to bad this year because of ransomware written in D. Even a hello world built with D may trigger many AV software. If you sell software to consumers it's catastrophic because the users blame you the vendor. Please do your part and submit D programs that trigger AV to antivirus vendors. D cannot succeed if people cannot physically run the programs.
Dec 21 2021
parent reply Arjan <arjan ask.me.to> writes:
On Tuesday, 21 December 2021 at 13:22:41 UTC, Guillaume Piolat 
wrote:

 The situation has turned to bad this year because of ransomware 
 written in D.
Really ?? Finally there you have it D's killer app/feature...
Dec 21 2021
parent bauss <jj_1337 live.dk> writes:
On Tuesday, 21 December 2021 at 14:36:37 UTC, Arjan wrote:
 On Tuesday, 21 December 2021 at 13:22:41 UTC, Guillaume Piolat 
 wrote:

 The situation has turned to bad this year because of 
 ransomware written in D.
Really ?? Finally there you have it D's killer app/feature...
Truly a killer LOL
Dec 21 2021
prev sibling parent N!one <N!one utopia.com> writes:
On Tuesday, 21 December 2021 at 08:53:28 UTC, Kagamin wrote:
 Report a false positive detection: 
 https://www.avg.com/en-us/false-positive-file-form
I tried to. The result I got was: Access Denied You don't have permission to access "http://www.avg.com/en-us/false-positive-file-form" on this server.
Dec 21 2021