You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2022. It is now read-only.
Eliminate potential SQL injection from database queries
The TODO markers indicating the possibility of SQL injection issues were
used to guide this implementation. Fixed by applying parameterized
queries.
Found a unitest issue that was masked by the use of concatenation in
SQL and fixed the unit tests to match the runtime code execution.
0 commit comments