You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Security
Improve SQL parameter binding and escaping by @kvch in #965
WAL identifier quoting now validates a single complete quoted token instead of trusting leading/trailing ", so a crafted source object name can't break out onto the target.
Replication slot CREATE/DROP bind the slot name as a parameter.
START_REPLICATION escapes table-filter plugin options and validates the slot name before use.