Automatically closed - issue fixed for 2 weeks with no activity.
The problem is that adding whitespace to sites/default/files/.htaccess would provide negative results for the executable PHP check.
Steps to reproduce the bug:
Make the comparison between the actual and the target content work without checking any leading or trailing whitespace in any line by trimming all the lines before checking.
none
none
htaccess1.txt = Acceptable .htaccess ("files" folder) by Security Review
htaccess2.txt = UnAcceptable .htaccess ("files" folder) by Security Review
But there are only few extra space symbols at 8 and 9 lines in htaccess2.txt
htaccess2.txt should be acceptable by Security Review as well as htaccess1.txt
Dev version 7.x-1.2+1-dev has same problem.
Fixed
1.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.