Skip to content

Commit

Permalink
Supress security warnings for test keys (dotnet#23704)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn authored Jul 6, 2020
1 parent afbf3fd commit a7ab15a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,34 @@
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\testCert.pfx",
"_justification": "Legitimate UT certificate file with private key"
},
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-aspnet.key",
"_justification": "Legitimate key file used for testing"
},
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa-protected.key",
"_justification": "Legitimate key file used for testing"
},
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa.key",
"_justification": "Legitimate key file used for testing"
},
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa-protected.key",
"_justification": "Legitimate key file used for testing"
},
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa.key",
"_justification": "Legitimate key file used for testing"
},
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa-protected.key",
"_justification": "Legitimate key file used for testing"
},
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa.key",
"_justification": "Legitimate key file used for testing"
}
]
}

0 comments on commit a7ab15a

Please sign in to comment.