RootCauseunvalidated
is it enought to use `Seqlelize.Op.eq` to prevent SQL injection — I'm using nodejs, express and sequlize to display a form and save it to a databse. Tension: or should some other technique (such as normalize) also be used?
4c38a2ca-4e0c-49b1-a32c-79d31b3cec3d
is it enought to use Seqlelize.Op.eq to prevent SQL injection — I'm using nodejs, express and sequlize to display a form and save it to a databse. Tension: or should some other technique (such as normalize) also be used?