Paul Higinbotham
Paul Higinbotham
I investigated this some on an Ubuntu system, and PowerShell is not the only thing that creates and leaks named pipe files, when the process is abruptly terminated. The CLR...
This is a `PowerShellGet Uninstall-Module` issue, so I will transfer this issue to there. The PowerShell team is working on a v3 version of `PowerShellGet` and can be addressed in...
@anamnavi, @alerickson please look at authenticode check test failures.
@iSazonov Overall, these changes look Ok to me. But I don't know what prompted this PR. Did the tests begin failing at some point? Or is this just code clean...
This seems like a reasonable change to me, and I don't see how this would be a breaking change. However, the cmdlet working group should weigh in on it. So...
@WG-Security We believe the `pwsh.exe` file referred to above is generated by dotNet (`c:\users\xxx\dotnet\tools\pwsh.exe`), so we have no control over signing it. @adityapatwardhan Can you confirm?
PowerShell classes are not thread safe. This is true whether they are run in `ForEach-Object -Parallel` or any of the PowerShell threading APIs. It would be worth looking into whether...
@iSazonov Sorry for the delay. I am unavailable today but will look at this early next week.
@WG-Security The security group is Ok with this, because for release builds the generated version comes from a trusted source (releaseTag).
+ @daxian-dbw I believe Dongbo has worked most recently in this area, and may have some thoughts.