Skip to content

2.7.1392

Choose a tag to compare

@seancorfield seancorfield released this 26 Jun 19:21
· 63 commits to develop since this release
Immutable release. Only release title and notes can be modified.
26bdd6e
  • Address Security Advisory CVE ID requested
  • Expand suspicious character check and apply it to sql-kw, format-fn-name, and quoted form in format-simple-var to prevent several SQL injection vectors via keyword / symbol conversion of user input. Reported by Younghun Ko.
  • Fix escaped quote handling in :inline for strings to prevent SQL injection via inlining user input. Reported by Younghun Ko.