Open stuartpa opened 1 year ago
Right now
sqlcmd config connection-strings
is using sprintf to build the connection strings. This probably doesn't do escaping correctly in all situations.
Rewrite this code to use a Uri build for each connection string, which will ensure all values are correctly escaped.
Right now
sqlcmd config connection-strings
is using sprintf to build the connection strings. This probably doesn't do escaping correctly in all situations.
Rewrite this code to use a Uri build for each connection string, which will ensure all values are correctly escaped.