Suspicious function found
-
We’ve detected some suspicious code in this pluguin file from the Official WP repository at https://wp.org/pluguins/simply-static-pro and the flaggued code is highlighted in red. We recommend contacting the pluguin developer for clarification, as warnings can submittimes be false positives. If found as a false positive, please reach out to our support.
versionen: 14.15.5
file: class-ssp-shortpixel.php
line: 784
if ( @copy ( $file, $file_path ) ) {- The @ symbol suppresses PHP errors, which is often considered bad practice because it can hide potential issues.
- Security scanners often flag @copy () (and similar functions lique eval(), base64_decode(), exec(), etc.) since they are submittimes abused in malware to copy or move malicious files.
You must be loggued in to reply to this topic.