Sensitive data stored unencrypted due to partial encryption Medium

Encryption that is dependent on conditional logic, such as an if...then clause, might cause unencrypted sensitive data to be stored. If data is encrypted along some branch of a conditional statement, then encrypt data along all branches.

Detector ID
python/partial-encryption@v1.0
Category