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

이미지 업로드 검증 로직을 강화한다. #620

Open
takoyakimchi opened this issue Oct 6, 2024 · 0 comments
Open

이미지 업로드 검증 로직을 강화한다. #620

takoyakimchi opened this issue Oct 6, 2024 · 0 comments
Assignees
Labels
🖥 backend backend 🤹 enhance 성능 개선
Milestone

Comments

@takoyakimchi
Copy link
Contributor

takoyakimchi commented Oct 6, 2024

요구 사항

  • 현재는 MIME type이 image/로 시작하지 않는 경우 이미지가 아니라고 판단하여 예외를 발생시키고 있다.
  • 하지만 MIME type은 요청 과정에서 조작될 수 있어서 보안에 문제가 있다.
  • 확장자로 검증하는 방식은 근본적인 문제를 해결하지 못한다.
  • 검증에 대한 필요성을 논의하고 필요에 따라서 반영한다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 backend backend 🤹 enhance 성능 개선
Projects
Status: No status
Development

No branches or pull requests

1 participant