#3 Change the way we detect "invalid" / "banned" usernames

오픈
david4 년 전을 오픈 · 2개의 코멘트
David Thielemann 코멘트됨, 4 년 전

Go from reading the "msg" field to "username" field...

This way we can block names like:

  • root (which currently is the only one blocked)
  • postgres
  • etc...

Should be as simple as

if j["username"] in bad_users:
    # they are a bad user, block them!
Go from reading the "msg" field to "username" field... This way we can block names like: * root (which currently is the only one blocked) * postgres * etc... Should be as simple as ``` if j["username"] in bad_users: # they are a bad user, block them! ```
David Thielemann 코멘트됨, 4 년 전
소유자

[9a9d5921c9] fixes this so we can just add it to the JSON then restart the script.

[9a9d5921c9] fixes this so we can just add it to the JSON then restart the script.
david 4 년 전가 Close
David Thielemann 코멘트됨, 4 년 전
소유자

But... if it's miss spelled then we won't detect it.

But... if it's miss spelled then we won't detect it.
david 4 년 전를 다시 열음
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.