What risk does not sanitizing user-supplied values before passing them to a TypeORM QueryBuilder introduce?
-
A
SQL injection, allowing attackers to manipulate or exfiltrate database data
-
B
Circular dependency errors in the NestJS module graph
-
C
Over-fetching data due to missing SELECT projections
-
D
Memory leaks in the connection pool