summaryrefslogtreecommitdiff
path: root/lib/file-stroage.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file-stroage.ts')
-rw-r--r--lib/file-stroage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file-stroage.ts b/lib/file-stroage.ts
index 4063aa40..34b9983a 100644
--- a/lib/file-stroage.ts
+++ b/lib/file-stroage.ts
@@ -82,7 +82,7 @@ class FileSecurityValidator {
// 위험한 문자 체크 (XSS 방지 강화)
const dangerousPatterns = [
- /[<>:"'|?*]/, // HTML 태그 및 특수문자
+ /[<>:"|?*]/, // HTML 태그 및 특수문자
/[\x00-\x1f]/, // 제어문자
/^\./, // 숨김 파일
/\.\./, // 상위 디렉토리 접근