-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[3.1] Credscan second round #43051
[3.1] Credscan second round #43051
Conversation
3e722d2
to
3ac3eb6
Compare
3ac3eb6
to
836cc86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if tests pass with the updated cert files.
@aik-jahoda - like the last set of changes, are these going to be ported over to mono\corefx ? |
Branches got closed yesterday, we might have to wait for the may release to merge this one. |
@SamMonoRT for speed, is it possible for someone on your team to cherry-pick them? Edit: I mean, I'm sure he would be happy to. I'm just trying to reduce the critical path... |
Rerunning - hopefully certs have flowed now. |
Yes, that's a possibility. If Jan doesn't get to it, we'll pick it up next week. Some of the issues with those files in mono\corefx had an incorrect tag of NET-CredScan-SpecialInput, which made us add exceptions to many of them, hence checked if these were going to be ported over. I'll make another pass on the mono\corefx issues under DevDiv\Mono early next week and update the tags. |
@aik-jahoda - thank you for making the corresponding changes in mono/corefx via https://github.com/mono/corefx/pull/404/files |
Let's try again. |
@dotnet/ncl could someone please signoff on the networking/URI changes would like to merge this today if we can. |
Still needs update to runtime-assets version to make tests pass |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Just needs @bartonjs signoff, then we can merge but with special care to immediately cancel the official build. |
* Port of dotnet/corefx#43051 * Shrink suppression file * Update src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTest.cs * Bump System.Net.TestData version * fix setup_certificates.ps1 * Revert casing in connection string * Update Rfc2898Tests.cs * Fix connection string case * Change suppression messages * Fix typo * more fixes * Remove false positive * fix usersecrets Co-authored-by: Dan Moseley <danmose@microsoft.com>
* Port of dotnet/corefx#43051 * Shrink suppression file * Fix another bugs * Bump System.Net.TestData version * Fix typo * Revert casing in connection string * Fix connection string case * more fixes * Change suppression messages * Fix typo * Remove false positive * Fix usersecrets Co-authored-by: Dan Moseley <danmose@microsoft.com>
Second round of Credscan effort
First we need merge dotnet/runtime-assets#124