diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-30 10:17:29 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-30 10:17:29 +0000 |
| commit | 17b9d2016be7c0ab6571de6aba36b3f4ea37bdb1 (patch) | |
| tree | f38c9f0debb76e14ae10e8a82f18c7ed870f7f84 /lib/file-stroage.ts | |
| parent | 1db30643d32619a352e759799a24e8f54b8137bf (diff) | |
(임수민) 데이터룸 파일 이름 업로드 제한, 초대 메일 수정
Diffstat (limited to 'lib/file-stroage.ts')
| -rw-r--r-- | lib/file-stroage.ts | 2 |
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]/, // 제어문자 /^\./, // 숨김 파일 /\.\./, // 상위 디렉토리 접근 |
