postpass icon indicating copy to clipboard operation
postpass copied to clipboard

feat(security): enforce read-only database transactions

Open ranjithrajv opened this issue 1 month ago • 0 comments

Implement read-only transactions in both the and functions to prevent any potential write operations to the database. This enhances security by mitigating the risk of SQL injection attacks.

solves https://github.com/woodpeck/postpass/issues/12

ranjithrajv avatar Nov 11 '25 07:11 ranjithrajv