Skip to content

Commit 8c87641

Browse files
committed
SafeSql readme
1 parent 607ff30 commit 8c87641

File tree

1 file changed

+3
-2
lines changed
  • mug-guava/src/main/java/com/google/mu/safesql

1 file changed

+3
-2
lines changed

mug-guava/src/main/java/com/google/mu/safesql/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ statement.setObject(1, "%keyword%")
127127

128128
## Conclusion: SafeSql is safe from injection, whether you are careful or not.
129129

130-
Try to shoot yourself in the foot and the `SafeSql` will stop you.
130+
Try to shoot yourself in the foot and `SafeSql` will stop you.
131131

132-
This is because PreparedStatement guards your values, but SafeSql guards the entire SQL query.
132+
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

Comments
 (0)