• Resolved sojournerweb

    (@sojournerweb)


    Hi, I noticed the following ‘known threat’ in my recent scan, but I think it is a false positive:

    /plugins/woocommerce/templates/auth/footer.php

    Here is the file content:

    <?php
    /**
    * Auth footer
    *
    * This template can be overridden by copying it to yourtheme/woocommerce/auth/footer.php.
    *
    * HOWEVER, on occasion WooCommerce will need to update template files and you
    * (the theme developer) will need to copy the new files to your theme to
    * maintain compatibility. We try to do this as little as possible, but it does
    * happen. When this occurs the version of the template file will be bumped and
    * the readme will list any important changes.
    *
    * @see https://docs.woocommerce.com/document/template-structure/
    * @package WooCommerce/Templates/Auth
    * @version 2.4.0
    */

    if ( ! defined( ‘ABSPATH’ ) ) {
    exit;
    }

    ?>
    </div>
    </body>
    </html>

Viewing 1 replies (of 1 total)
  • Plugin Author Eli

    (@scheeeli)

    Thanks, This was due to a new definition that I added last night. It is fix now, thanks to your report along with the code example that you posted ??

Viewing 1 replies (of 1 total)
  • The topic ‘False Positive Woocommerce’ is closed to new replies.