-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I had opened nextcloud/apps#20 because no separate repository existed that time.
Affected apps
The external sites app
Expected behaviour
The external sites app shouldn't cause a security warning when custom icons have been copied to the ./apps/external/img directory and have been assigned to external site links. Additional icons in that directory should be excluded from the security check or the app should be extended to load icons from a different location which is not checked by the security function.
Actual behaviour
The external sites app causes a security warning when custom icons are copied to the ./apps/external/img directory and assigned to an external site link.
Steps to reproduce
- Copy a new icon file to the directory ./apps/external/img
- Open Administration -> Additional settings -> External sites
- Assign a new icon to an external site link.
- Install a new app etc. so that a complete security check is forced. (unfortunately I don't know if it's possible to force a check from the command line.
- A security warning is shown because an unknown file was found in the directory:
Server configuration
Operating system: Linux 3.2.82
Web server: Apache2 2.4.23
Database: MariaDB 5.5.53
PHP version: 5.6.23
Nextcloud version: 10.0.2
Client configuration
Browser: Firefox 50.0.2
Operating system: Windows 7
Logs
No errors have been logged

