Is kysely sanitizing sql injection when using raw sql ?
Suppose I have a piece of code that does
sql
${myString}
where myString contains sql injection, will kysely sanitize it or is it something that I need to take care of ?2 Replies
Solution
Of course it is.
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View