Skip to content

0.45.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Mar 17:06
· 1 commit to main since this release
273c780
  • Fixed sql.identifier(), sql.as() escaping issues. Previously all the values passed to this functions were not properly escaped
    causing a possible SQL Injection (CWE-89) vulnerability

Thanks to @EthanKim88, @0x90sh and @wgoodall01 for reaching out to us with a reproduction and suggested fix