Peter Butler

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Beaver Builder – False Positive Detection #162622

    Peter Butler
    Member

    Hi Eli,

    Here’s another one, but this time from Shortpixel – /wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/PackageLoader.php

    Similar to Beaver Builder, ‘trailingslashit’ section:


    $fullpath = trailingslashit($dir) . trailingslashit($classpath) .$filename;
    if (file_exists($fullpath)) {
    include_once $fullpath;
    }
    }
    }
    }

    in reply to: Beaver Builder – False Positive Detection #162620

    Peter Butler
    Member

    Hi Eli,

    The detection came from the Beaver Builder plugin: Beaver Builder Class.

    I contacted Beaver Builder support, and they confirmed it’s a false positive detection. This file hasn’t been changed in the last five years.

     

    Can you please check this?

    Screenshot - https://app.screencast.com/CsKi5BFNhediD

    File - class-fl-builder-extensions.php

Viewing 2 posts - 1 through 2 (of 2 total)