Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/PowerShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.4
Choose a base ref
...
head repository: PowerShell/PowerShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.5
Choose a head ref
  • 16 commits
  • 37 files changed
  • 7 contributors

Commits on Sep 16, 2021

  1. Merged PR 17100: Obscure node information in telemetry client.

    Obscure node information in telemetry client.
    
    Cherry picked from !17093
    adityapatwardhan committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    1d4dba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b15178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2eaa82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4290ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9c1f82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ca538e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce48634 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ef752e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Fix example nuget.config (#14349)

    rjmholt authored and TravisEz13 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    86da34e View commit details
    Browse the repository at this point in the history
  2. Merged PR 17522: Add-type NoLanguage mode vuln fix

    Normally, the Add-Type cmdlet is disallowed when PowerShell is run on a locked down system.  However, an admin on a locked down system can create a NoLanguage remoting endpoint, and that endpoint configuration will allow the Add-Type cmdlet.  The admin can create a remote connection to the NoLanguage endpoint on the same machine, and use Add-Type cmdlet to compile and run arbitrary C# code.
    
    This fix disallows the use of Add-Type cmdlet in a NoLanguage mode PowerShell session, on a locked down machine.
    
    Cherry picked from !17521
    TravisEz13 authored and daxian-dbw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3619db6 View commit details
    Browse the repository at this point in the history
  3. Merged PR 17537: Update to .NET SDK 5.0.402

    Update to .NET SDK 5.0.402 and update package versions
    daxian-dbw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9bd3462 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db7f39e View commit details
    Browse the repository at this point in the history
  5. Sign third party exes (#16229)

    TravisEz13 authored and daxian-dbw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    d1a8dee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04cf3e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Merged PR 17569: Update transitive dependencies from MS.Win.Compatibily

    App package updates for MS.Win.Compat dependencies
    TravisEz13 authored and daxian-dbw committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    122a770 View commit details
    Browse the repository at this point in the history
  2. Merged PR 17559: Update Change Log for v7.1.5 release

    Update Change Log for v7.1.5 release
    daxian-dbw committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e1d845a View commit details
    Browse the repository at this point in the history
Loading