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

開啟中
david3 年之前創建 · 2 條評論

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 commented 3 年之前
所有者

[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.
david3 年之前 關閉
David Thielemann commented 3 年之前
所有者

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

But... if it's miss spelled then we won't detect it.
david3 年之前 重新開啟
Sign in to join this conversation.
未選擇里程碑
未指派成員
1 參與者
正在加載...
取消
保存
尚未有任何內容