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

refactor: 비정상적인 서버 접근 시 슬랙 알림 전송 로직 수정 완료 #583

Merged
merged 4 commits into from
Oct 5, 2024

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented Oct 3, 2024

Summary

#582

비정상적인 접근 패턴 탐지와 슬랙 알림 전송 관련 코드를 리팩토링하였습니다. 이번 리팩토링을 통해 불필요한 슬랙 알림을 줄이고, 최초 비정상적인 접근 시에만 알림이 전송되도록 변경하였습니다. 또한, 코드의 가독성과 유지보수성을 높였습니다.

Tasks

  • 슬랙 알림 전송 로직 변경

    • 최초 비정상적인 접근 시에만 슬랙 알림을 전송하고, 이후 동일한 IP에 대해서는 슬랙 알림을 전송하지 않도록 변경하였습니다.
  • 비정상적인 접근 패턴 탐지 코드 분리

    • SecurityPatternChecker 클래스를 통해 의심스러운 경로 패턴 탐지를 담당하도록 코드 분리.
  • InvalidEndpointAccessFilter 리팩토링

    • 중복된 슬랙 알림 전송 로직을 하나로 통합.
    • handleSuspiciousAccess, logSuspiciousAccess 등으로 메소드를 분리하여 단일 책임 원칙을 준수하도록 개선.
    • 코드 내 상수화 및 메소드 분리로 가독성 및 유지보수성 향상.

ETC

  • 이번 리팩토링을 통해 비정상적인 접근에 대한 알림이 불필요하게 중복되지 않으며, 보안 패턴 검사가 더욱 명확하게 처리됩니다.

@limehee limehee added the 🔨 Refactor 코드 수정 및 개선 label Oct 3, 2024
@limehee limehee self-assigned this Oct 3, 2024
@limehee limehee linked an issue Oct 3, 2024 that may be closed by this pull request
@limehee limehee merged commit 2d9fd5c into develop Oct 5, 2024
3 checks passed
@limehee limehee deleted the refactor/#582 branch October 5, 2024 04:53
@limehee limehee mentioned this pull request Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

비정상적인 서버 접근 시 슬랙 알림 전송 로직 수정
3 participants