Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 파일 업로드 보안 로직 추가 #107

Open
1 task
AHNDOIL opened this issue Nov 27, 2023 · 0 comments
Open
1 task

feat: 파일 업로드 보안 로직 추가 #107

AHNDOIL opened this issue Nov 27, 2023 · 0 comments

Comments

@AHNDOIL
Copy link
Contributor

AHNDOIL commented Nov 27, 2023

🔥 구현 기능

무분별한 파일업로드를 허용한다면 공격자의 공격 파일 업로드로 인해 시스템이 공격 받을 수 있습니다.
따라서 파일 크기(file size), 내용 타입(content type), 파일 내용(file contents)을 점검하는 등의 방어책을 추가합니다.

🚧 작업목록

  • feat: 서버 측 파일 내용 검사 로직 추가

🔗 관련 링크

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant