Comment on Meta fined $102 million for storing passwords in plain text
dan@upvote.au 1 month agoAlso, nobody reads the actual post. They were accidentally stored in logs:
As part of a security review in 2019, we found that a subset of FB users’ passwords were temporarily logged in a readable format within our internal data systems,
which is something I’ve seen at other companies too. For example, if you have error logging that logs the entire HTTP request when an error happens.
NotMyOldRedditName@lemmy.world 1 month ago
I worked at a company that handled sensitive data and we always had to pay special attention to logs in code reviews to make sure someone wasn’t inadvertently logging something that could potentially be private.
dan@upvote.au 1 month ago
There’s sometimes cases people don’t think of ahead of time. For example if you log stack traces, they may contain details about the arguments passed to functions.