From 2fa13399337a4f55b847eff8640a7b729029bbbd Mon Sep 17 00:00:00 2001 From: visionmercer Date: Mon, 20 Apr 2026 19:08:30 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0dd0de0..be311a2 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,3 @@ isosilo/ └── 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. -