Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.11
-
MOODLE_311_STABLE
-
MOODLE_400_STABLE
-
MDL-71806-improve-check-ux -
Description
Version: Moodle 3.11
Moodle was updated from 2.4 (if I remember correctly). My installation runs in German..
Website-Administration -> Berichte -> Sicherheitskontrolle
shows "Alle öffentlichen / privaten Pfade prüfen" with a critical error.
I fixed all of them by redirecting the listed Files to 404 and most of it worked, but 4 entries are still listed, even though they are configured like the other (before) listed entries like composer.json
Here the list of files that are still listed:
- readme.txt Dateien sollten nicht öffentlich sein
- README Dateien sollten nicht öffentlich sein
- /upgrade.txt Dateien sollten nicht öffentlich sein
- phpunit.xml Dateien sollten nicht öffentlich sein
I tested the setup by trying to load those files over the webbrowser and got 404 back as expected.
The question is now is this a bug or did I do something wrong? I think in regards to this the documentation would need to be updated, as I couldn't find out, if these files should still be accessible by moodle itself locally.