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

CredScanSuppressions.json « .config - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31393064c28cbc4593c14c3a1e7619e1358d9f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "tool": "Credential Scanner",
    "suppressions": [
        {
            "_justification": "Certificate for SQL test server.",
            "file": [
                "src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/TdsServerCertificate.pfx"
            ]
        }
    ]
}