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.0.7
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.0.8
Choose a head ref
  • 16 commits
  • 35 files changed
  • 7 contributors

Commits on Sep 16, 2021

  1. Merged PR 17099: 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
    056df12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d267f53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b27ee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48e3800 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdd87cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6e5f07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e04c60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cc9f2f 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
    f09ef15 View commit details
    Browse the repository at this point in the history
  2. Merged PR 17521: 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.
    TravisEz13 authored and daxian-dbw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9bc3d3a View commit details
    Browse the repository at this point in the history
  3. Merged PR 17532: Update to .NET SDK 3.1.414

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

    TravisEz13 authored and daxian-dbw committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    159356b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Merged PR 17547: Update the NuGet config content

    Update the NuGet config content to remove `myget` feeds.
    daxian-dbw committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    23faf4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a3c168 View commit details
    Browse the repository at this point in the history
Loading