moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
916 stars 291 forks source link

fix "some" typo #470

Closed garanews closed 2 years ago

garanews commented 2 years ago

Hope to do not break the things!

eljeffeg commented 2 years ago

The only concern I have is models/IpAddress.py (and associated ip.visible) because visable in IpAddress is a database column. By changing it, we make the column invalid and thus it would require an accompanying alembic script to update the database schema.