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

#489 [Bug] 이벤트에 참여하지 않은 사용자에 대해서도 어뷰징 감지 스크립트가 반응하는 버그 #490

Merged
merged 3 commits into from
Mar 10, 2024

Conversation

kmc7468
Copy link
Member

@kmc7468 kmc7468 commented Mar 8, 2024

Summary

It closes #489

새벽 4시마다 작동하는 어뷰징 감지 스크립트에서, 기준 2: "하루에 탑승 기록이 많은 사용자"의 조건을 잘못 설정하여, 이벤트에 참여하지 않았더라도, '이벤트 참여자와 함께' 하루에 2번 이상 탑승하면 어뷰징으로 인식하는 버그가 있었습니다. 이를 이 PR에서 수정하였습니다.

Further Work

  • Nothing

Copy link
Contributor

@chlehdwon chlehdwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!! 주석으로도 해당 내용 간단히 언급해주시면 다른분 작업하실 때 유용하실 것 같아요 :)

@kmc7468
Copy link
Member Author

kmc7468 commented Mar 8, 2024

기준 2에 해당하는 유저를 필터링 하는 과정에서, 관련이 없어진 방의 ID를 삭제하지 않고 Slack으로 통째로 전송하던 버그도 수정하였습니다.

@kmc7468 kmc7468 merged commit 3509693 into dev Mar 10, 2024
1 check passed
@kmc7468 kmc7468 deleted the #489-fix-abuse-detection-script-2 branch March 10, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants