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
fix(pii): Add private keys as secret key name (#1376)
https://twitter.com/MoonRankNFT/status/1554911833617641472/photo/1
Its been reported that someone was - likely accidentally - sending a
private key to their Sentry instance. There's not a great use case to
allow storing that kind of value, so we are adding it to our default
blocklists.
The hashes and "mnemonic" seem not very useful for pattern matching, but
we can at least filter out the string if it contains the word
"privatekey" (case-insensitive)
0 commit comments