You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make sure any passwords in the DB are stored in bcrypt (or scrypt, but i prefer bcrypt ;)
make sure all code uses parameterized SQL statements so we can have Little Bobby Tables as a member
make sure we render user values passed to us and values retrieved from the DB escaped to avoid XSS and persistent XSS
if we wanna get fancy, consider CSRF protection
do we want to encrypt server drive/home directory? This will mean we need password on boot, every boot
are we comfortable with the current set up with the electric badger doing POSTs to ShopIdentifyer? I suspect this if fine, but I also assume the POSTs are unauthenticated, so I wanted to bring it up.
other?
The text was updated successfully, but these errors were encountered:
we should ensure we're secure!
The text was updated successfully, but these errors were encountered: