Commit 1fa511e
UnitOne AutoFix
fix(security): [formatted-sql-query] Detected possible formatted SQL ...
Replaced formatted SQL query with parameterized query using placeholders to prevent SQL injection attacks. The username parameter is now passed separately to the execute method.
Issue: bf1c070a66d2
Severity: medium
Job: AFQ-9d8301871 parent 8af0b5d commit 1fa511e
1 file changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments