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
external connection: fix sql injection vuln in ALTER EXTERNAL CONNECTION
Previously, the sql command which ran directly on system.external_connections
passed the external connection name via string parsing, which makes the query
vulnerable to sql injection. This patch fixes this vulnerability by passing the
name as a parameter.
Epic: none
Release note: none
0 commit comments