delusko22

Results 2 issues of delusko22

https://github.com/domini-code/node_mysql/blob/f072a2405879d3966fbeef940953ddc282f73c88/app.js#L41

Vulnerable code is on the following line: https://github.com/HalloSouf/DiscordJS-MySQL/blob/fef28a18d428bcf8ee9fc43a1590a2d29335df83/app.js#L73 By passing raw values into your SQL statements, people can perform SQL injections easily. You need to escape the input or use...