![github-actions[bot]](/assets/img/avatar_default.png)
You can preview this rule [here](https://sonarsource.github.io/rspec/#/rspec/S6641/csharp) (updated a few minutes after each push). See: * Research ticket: https://sonarsource.atlassian.net/browse/APPSEC-732 * New rule ticket: https://sonarsource.atlassian.net/browse/APPSEC-748 * Implementation ticket: https://sonarsource.atlassian.net/browse/SONARSEC-3863
5 lines
345 B
Plaintext
5 lines
345 B
Plaintext
Database connection strings control how an application connects to a database. They include information such as the
|
|
location of the database, how to authenticate with the database, and how the connection should be secured.
|
|
|
|
The insertion of user-supplied values into a connection string can allow external control of these database connections.
|