Skip to content

@core/sync-service@1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Apr 17:39
· 7 commits to main since this release
c740930

Minor Changes

  • a4efdab: Start admin connection pool before lock acquisition and inline lock breaker

Patch Changes

  • 61c64bb: Fix SQL injection in ORDER BY clause validation. Replace permissive catch-all in the AST walker with a deny-by-default allowlist of safe node types, and rebuild the clause from validated AST via PgQuery deparse instead of passing the raw user string through.
  • 8aa23ca: Test for empty MapSet using MapSet.size/1 to avoid spurious allocations