We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607ff30 commit 8c87641Copy full SHA for 8c87641
mug-guava/src/main/java/com/google/mu/safesql/README.md
@@ -127,6 +127,7 @@ statement.setObject(1, "%keyword%")
127
128
## Conclusion: SafeSql is safe from injection, whether you are careful or not.
129
130
-Try to shoot yourself in the foot and the `SafeSql` will stop you.
+Try to shoot yourself in the foot and `SafeSql` will stop you.
131
132
-This is because PreparedStatement guards your values, but SafeSql guards the entire SQL query.
+This is because PreparedStatement guards your values,
133
+but `SafeSql` guards the entire SQL query through Java's strong type and SQL template semantic analysis.
0 commit comments