Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
{
"placeholder": "thisIsAFakeSecret",
"_justification": "This isn't a real secret, it's used in one of the playground applications for testing purposes."
},
{
"file": "\\tests\\Shared\\TestCertificates\\eku.client.pfx",
"_justification": "Legitimate UT certificate file with private key, from dotnet/aspnetcore"
},
{
"file": "\\tests\\Shared\\TestCertificates\\testCert.pfx",
"_justification": "Legitimate UT certificate file with private key, from dotnet/aspnetcore"
}
]
}
4 changes: 4 additions & 0 deletions tests/Shared/TestCertificates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
Unless otherwise stated, these certificates are copied from dotnet/aspnetcore:

https://github.com/dotnet/aspnetcore/tree/main/src/Shared/TestCertificates

If you add more, please also copy the suppression entries from this file in dotnet/aspnetcore:

.config\CredScanSuppressions.json