• Resolved emadfathy

    (@emadfathy)


    In the edit site page, in the “Security Scan” tab if you use the fix to the issue

    /wp-content/, /wp-content/plugins/, /wp-content/themes/ and /wp-content/uploads/ directories listing has not been prevented
    After fixing this issue, an empty index.php will inserted in these directories to prevent listing.

    It just adds the following line without the opening PHP tag.

    die( '403 Forbidden' );

    I think it misses the PHP tag, or just leave it empty.

    • This topic was modified 4 years ago by emadfathy.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Bogdan Rapaic

    (@bogdanrapaic)

    Hi @emadfathy,

    thanks for raching out and reporting this. I just got confirmation from our dev team that this has been fixed and the fix will be included in the next release.

    Plugin Author mainwp

    (@mainwp)

    Fixed in version 4.1.5

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A small bug in “Security Scan” tab’ is closed to new replies.