Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: error should not expose all port numbers and instance names of SQL Server #703

Merged

Conversation

Suraiya-Hameed
Copy link
Member

@Suraiya-Hameed Suraiya-Hameed commented Feb 1, 2018

Using incorrect/non-existent instanceName in config throws an error that lists all the instance names (in that SQL Server), along with their port number and few other details. This PR alters the error to contain just the Server name.

Current message looks like:

Port for <> not found in ServerName;Rx:<>;InstanceName;;IsClustered;<>;Version;<>;tcp;<>;;ServerName;Rx:<>;InstanceName;;IsClustered;<>;Version;<>;tcp;<>; ......

Using incorrect instanceName in config throws an error that lists all the instance names (in that SQL Server), along with their port number and few other details.
@Suraiya-Hameed Suraiya-Hameed changed the title fix: error should not expose all ports and instances of SQL Server fix: error should not expose all port numbers and instance names of SQL Server Feb 1, 2018
@arthurschreiber arthurschreiber merged commit c239fbf into tediousjs:master Feb 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants