• Resolved bonaventuradibello

    (@bonaventuradibello)


    Hello, Wordfence alerted me about a change in the code of this file:

    wp-content/plugins/formidable/js/formidable_admin.js

    which doesn’t have any correspondence with the latest version of the plugin in the WP repository.

    Here’s how the code has changed, this original code:

    216 if ( typeof b === ‘undefined’ ) {

    is now as follows:

    216 if ( typeof target !== ‘undefined’ ) {

    Please let us know if there’s something wrong about this or it’s just a change by the developement team, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bonaventuradibello

    (@bonaventuradibello)

    Checked in file change log and it’s among the code changed in the latest update, sorry.

    Plugin Author Steph Wells

    (@sswells)

    Thanks for looking into that, and sorry for the after-update change. We’ll have a new release incoming, but this change was to cover for the weekend. We generally avoid changes like this for the very reason you bring up. But in this case, we didn’t have the time to do a release on Friday afternoon.

    Thread Starter bonaventuradibello

    (@bonaventuradibello)

    Thanks Steph, I understand of course. Keep up with the good work! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Suspect change in code, alert by Wordfence Scan’ is closed to new replies.