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
diff options
context:
space:
mode:
authorimhameed <imhameed@microsoft.com>2021-03-12 23:26:13 +0300
committerGitHub <noreply@github.com>2021-03-12 23:26:13 +0300
commit79b6e3f256a59ede74596ce82547f320bf1e9a99 (patch)
treed498fc753633606680e2440a8dce82c93f74cda8 /.config
parente4004885c0344e6c5a83831549666b28a1ce74d8 (diff)
CredScan: replace some benign passwords with [PLACEHOLDER] (#20915)
* CredScan: replace some benign passwords with [PLACEHOLDER] * s/\blinq2\b/[PLACEHOLDER]/g * Remove mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/Program.cs from the CredScan suppression file; the "password" has been replaced by a CredScan-friendly placeholder
Diffstat (limited to '.config')
-rw-r--r--.config/CredScanSuppressions.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json
index 32b15696249..9fa77f0d472 100644
--- a/.config/CredScanSuppressions.json
+++ b/.config/CredScanSuppressions.json
@@ -6,7 +6,6 @@
"/data/net_2_0/machine.jvm.config",
"/mcs/class/Mono.Security/Test/Mono.Security.Cryptography/RSAManagedTest.cs",
"/mcs/class/Mono.ServiceModel.IdentitySelectors/Test/resources/rupert.xml",
- "/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/Program.cs",
"/mcs/class/System.Data.OracleClient/Test/testblob.cs",
"/mcs/class/System.Data/Test/System.Data.Common/DbConnectionStringBuilderTest.cs",
"/mcs/class/System.IdentityModel/Test/Resources/test.pfx",