BD2KGenomics/brca-website-deprecated

Security: filter sensitive values from user data

strbean opened this issue · 0 comments

The back end delivers all data in the user table to the client. This includes password hashes, activation keys, etc.

Data sent should be checked against a whitelist of non-sensitive columns.