-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.0] Re-password certificates (#126)
* Re-password certificates (#124) * credentials - the second round * Change justification
- Loading branch information
Jan Jahoda
authored
Mar 24, 2021
1 parent
b5739c2
commit d8a3877
Showing
8 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+5.19 KB
src/System.Net.TestData/TestDataCertificates/testclient1_at_contoso.com.pfx
Binary file not shown.
Binary file added
BIN
+4.88 KB
src/System.Net.TestData/TestDataCertificates/testclienteku.contoso.com.pfx
Binary file not shown.
Binary file added
BIN
+4.84 KB
src/System.Net.TestData/TestDataCertificates/testnoeku.contoso.com.pfx
Binary file not shown.
Binary file added
BIN
+3.99 KB
src/System.Net.TestData/TestDataCertificates/testselfsignedclienteku.contoso.com.pfx
Binary file not shown.
Binary file added
BIN
+3.99 KB
src/System.Net.TestData/TestDataCertificates/testselfsignedservereku.contoso.com.pfx
Binary file not shown.
Binary file added
BIN
+4.89 KB
src/System.Net.TestData/TestDataCertificates/testservereku.contoso.com.pfx
Binary file not shown.