Update README.md

This commit is contained in:
visionmercer 2026-04-20 19:08:30 +02:00
commit 2fa1339933

View file

@ -79,10 +79,3 @@ isosilo/
└── handlers.go # HTTP handlers + HTML templates └── handlers.go # HTTP handlers + HTML templates
``` ```
## Security Notes
- The server only serves files with a `.iso` extension from the configured
directory.
- ISO names are validated to prevent path traversal (`..`, `/`, `\`).
- Internal ISO paths are cleaned before use.