]> source.dussan.org Git - sonarqube.git/blob
44f2c6c88963d4b7bebabd9b5d48a898d55d80dc
[sonarqube.git] /
1 <p>The code creates an SQL prepared statement from a nonconstant String.
2 If unchecked, tainted data from a user is used in building this String, SQL injection could
3 be used to make the prepared statement do something unexpected and undesirable.
4 </p>