masked icon indicating copy to clipboard operation
masked copied to clipboard

Detect escaped values for blacklisting

Open kktsvetkov opened this issue 6 years ago • 0 comments

If the sensitive data contains special chars, in some occasions they are going to be escaped, and Protect::protectScalar() is not going to detect them. For example quotes in JSON

echo json_encode('password"'); // output is "password\""

kktsvetkov avatar Nov 28 '18 08:11 kktsvetkov