Malware warnings on php code for GDPR framework
-
Hi I am using GDPR framework by Data 443 and my malware scanner keeps flagging these lines of code as dangerous and probable malware. Can anyone give insight into this?
1) protected function passthru($method, array $params)
2) exec(“mklink /{$mode} “.escapeshellarg($link).’ ‘.escapeshellarg($target));
3) assert(class_exists(‘ParagonIE_Sodium_Compat’), ‘Possible filesystem/autoloader bug?’);
And
assert(class_exists(‘ParagonIE_Sodium_Compat’))These are three separate ” flags” on the malware scanner. I use Cleantalk for antispam and malware scanning, and these lines of code are routinely triggered as dangerous with a “99.5%” likelihood of being malware. So, I’m wondering what’s up with that?
Thanks!
- The topic ‘Malware warnings on php code for GDPR framework’ is closed to new replies.