Unnecessary execute bits
Closed this issue · 0 comments
akselinurmio commented
There are currently nine normal files that have executable bits even though they are not required by any means.
Expected Behavior
Files that don't need to be executed must not have x
bits set via chmod
.
Current Behavior
Following files that don't need to be executed have x
bits set via chmod
:
- acf-json/group_54ddebcd1dfe7.json
- acf-json/group_5527a7de81584.json
- acf-json/group_58f9cbd4a16b3.json
- acf-json/index.php
- assets/js/main.js
- assets/js/plugins.js
- index.php
- page-basic.php
- single.php
Possible Solution
Remove incorrect executable bits.