Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>2021-03-23 19:12:42 +0300
committerGitHub <noreply@github.com>2021-03-23 19:12:42 +0300
commite8f5b09096c9ab55389ac6bd9b7312ed03b211b5 (patch)
tree7c9107433296f0236472edb624494252c52fe55c /data
parent2f8551327b8d6e200cfb03a6642e24a659655c30 (diff)
Suppress CredScan checking (#20961)
* Suppress CredScan checking * Add justification * One more file to suppress
Diffstat (limited to 'data')
-rw-r--r--data/net_2_0/machine.jvm.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/net_2_0/machine.jvm.config b/data/net_2_0/machine.jvm.config
index e0dbedc63c2..604ee1d3592 100644
--- a/data/net_2_0/machine.jvm.config
+++ b/data/net_2_0/machine.jvm.config
@@ -352,7 +352,7 @@
<add key="driverClassName" value = "com.microsoft.jdbc.sqlserver.SQLServerDriver" />
<add key="id" value = "SQLJDBC2000" />
<add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbSqlServerProvider2000, System.Data" />
- <add key="keyMapping" value = "serverName=data source,server,address,addr;user=user id,user,uid;password=password,pwd;database=initial catalog,database;loginTimeout=connect timeout,connection timeout;" />
+ <add key="keyMapping" value = "serverName=data source,server,address,addr;user=user id,user,uid;password=password,pwd;database=initial catalog,database;loginTimeout=connect timeout,connection timeout;" /><![CDATA[SuppressMessage("Microsoft.Security", "CS001:SecretInline", Justification="Not a secret.")]]>
<add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
</provider>