Skip to content

Commit

Permalink
[5.0] Re-password certificates (#126)
Browse files Browse the repository at this point in the history
* Re-password certificates (#124)

* credentials - the second round

* Change justification
  • Loading branch information
Jan Jahoda authored Mar 24, 2021
1 parent b5739c2 commit d8a3877
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": [ "DummyTcpServer.pfx", "testclienteku.contoso.com.pfx", "testnoeku.contoso.com.pfx", "testselfsignedclienteku.contoso.com.pfx", "testselfsignedservereku.contoso.com.pfx", "testservereku.contoso.com.pfx", "DummyTcpServer.pfx", "My.pfx", "test.pfx", "contoso.com.pfx", "testclient1_at_contoso.com.pfx" ],
"_justification": "Testdata certs"
}
]
"tool": "Credential Scanner",
"suppressions": [
{
"file": [
"contoso.com.pfx",
"DummyTcpServer.pfx",
"DummyTcpServer.pfx",
"My.noRC2.pfx",
"My.pfx",
"test.noRC2.pfx",
"test.pfx",
"testclient1_at_contoso.com.pfx",
"testclienteku.contoso.com.noRC2.pfx",
"testclienteku.contoso.com.pfx",
"testnoeku.contoso.com.noRC2.pfx",
"testnoeku.contoso.com.pfx",
"testselfsignedclienteku.contoso.com.pfx",
"testselfsignedservereku.contoso.com.pfx",
"testservereku.contoso.com.noRC2.pfx",
"testservereku.contoso.com.pfx"
],
"_justification": "Approved exemptions"
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d8a3877

Please sign in to comment.