![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
10 lines
303 B
Plaintext
10 lines
303 B
Plaintext
=== Highlighting
|
|
|
|
When the tainted connection string is being passed as a parameter in a constructor:
|
|
|
|
* Highlight the connection string parameter in the constructor.
|
|
|
|
When the tainted connection string is being passed as a property value:
|
|
|
|
* Highlight the value that is being assigned to the property.
|