prest icon indicating copy to clipboard operation
prest copied to clipboard

Fix code scanning alert – Database query built from user-controlled sources

Open avelino opened this issue 1 year ago • 0 comments

Tool: CodeQL Rule ID: go/sql-injection Query: View source

If a database query (such as an SQL or NoSQL query) is built from user-provided data without sufficient sanitization, a malicious user may be able to run commands that exfiltrate, tamper with, or destroy data stored in the database.

Tracking issue for: https://github.com/prest/prest/security/code-scanning/5

avelino avatar May 06 '23 16:05 avelino