2.7.1392
·
63 commits
to develop
since this release
Immutable
release. Only release title and notes can be modified.
- Address Security Advisory CVE ID requested
- Expand suspicious character check and apply it to
sql-kw,format-fn-name, and quoted form informat-simple-varto prevent several SQL injection vectors viakeyword/symbolconversion of user input. Reported by Younghun Ko. - Fix escaped quote handling in
:inlinefor strings to prevent SQL injection via inlining user input. Reported by Younghun Ko.