We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b6aad commit a17f064Copy full SHA for a17f064
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 5.5.5 (March 9, 2024)
2
+
3
+Use spaces instead of parentheses for SQL sanitization.
4
5
+This still solves the problem of negative numbers creating a line comment, but this avoids breaking edge cases such as
6
+`set foo to $1` where the substition is taking place in a location where an arbitrary expression is not allowed.
7
8
# 5.5.4 (March 4, 2024)
9
10
Fix CVE-2024-27304
0 commit comments