Thanks to visit codestin.com
Credit goes to github.com

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.2.2
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.2.3
Choose a head ref
  • 17 commits
  • 22 files changed
  • 5 contributors

Commits on Mar 16, 2022

  1. Merged PR 19617: Fix release pipeline

    Fix release pipeline
    daxian-dbw committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    b12290e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Merged PR 19625: Make sure global tool packages are published in stab…

    …le build
    
    Make sure global tool packages are published in stable build
    daxian-dbw committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    85bb6a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merged PR 19935: Create checksum file for global tools (#17056)

    Cherry-picking the checksum change:
    #17056
    daxian-dbw committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3d0f7f0 View commit details
    Browse the repository at this point in the history
  2. Merged PR 19951: Update dotnet-install script download link

    Update the link for downloading the dotnet-install.ps1 link for CI.
    PaulHigin committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e9302fe View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Merged PR 20126: Fix for partial PowerShell module search paths, that…

    … can be resolved to CWD locations
    
    The problem is .NET will return empty strings for special folders that don't exist in some accounts (like System account), and the module path code appends path locations without first checking if the root path is non-empty.  This results in partial paths in the PSModulePath list, which are then interpreted by .NET file APIs as rooted in the current working directory.  And this in turn can allow low privilege users to drop modules in locations that higher privilege accounts will load from, thus gaining escalated privilege code execution.
    
    These changes detect this non-rooted condition and prevents partial paths from being included in search lists.
    
    Cherry picked from !17201
    TravisEz13 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    bd1dabf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    1a5b53a View commit details
    Browse the repository at this point in the history
  2. Re-enable PowerShellGet tests targeting PowerShell gallery (#17062)

    Re-enable `PowerShellGet` tests targeting PowerShell gallery (#17062)
    
    # Conflicts:
    #	test/powershell/Modules/PackageManagement/PackageManagement.Tests.ps1
    TravisEz13 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5f2bfe1 View commit details
    Browse the repository at this point in the history
  3. Merged PR 20128: Updated to .NET 6.0.4 / SDK 6.0.202

    Updated to .NET 6.0.4 / SDK 6.0.202
    Andrew Menagarishvili authored and TravisEz13 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    00bab54 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merged PR 20170: v7.2.3 - Updated packages using dotnet-outdated glob…

    …al tool
    
    Updated
    <PackageReference Include="System.Net.Http.WinHttpHandler" Version="6.0.0" />
    to
    <PackageReference Include="System.Net.Http.WinHttpHandler" Version="6.0.1" />
    Andrew Menagarishvili committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8124f2f View commit details
    Browse the repository at this point in the history
  2. Merged PR 20190: Updated cgmanifest.json by findMissingNotices.ps1 in…

    … v7.2.3
    
    Updated cgmanifest.json by findMissingNotices.ps1 -Fix
    Andrew Menagarishvili authored and TravisEz13 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    603ca22 View commit details
    Browse the repository at this point in the history
  3. Merged PR 20188: Do not include node names when sending telemetry. (#…

    …16981) to v7.2.3
    
    Do not include node names when sending telemetry. (#16981)
    #16981
    Andrew Menagarishvili committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    82b1e39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cdec35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd8638e View commit details
    Browse the repository at this point in the history
  6. Merged PR 20199: Updated ThirdPartyNotices for 7.2.3

    Updated ThirdPartyNotices for 7.2.3
    Andrew Menagarishvili authored and TravisEz13 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8ddeb47 View commit details
    Browse the repository at this point in the history
  7. Merged PR 20211: Updated files.wxs for 7.2.3

    Updated files.wxs for 7.2.3
    Andrew Menagarishvili committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f3e8993 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Merged PR 20239: Making NameObscurerTelemetryInitializer internal - v…

    …7.2.3
    
    Making NameObscurerTelemetryInitializer internal
    Andrew Menagarishvili committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    cfae544 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merged PR 20440: Changelog for v7.2.3

    Changelog for 7.2.3
    Andrew Menagarishvili committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4f25173 View commit details
    Browse the repository at this point in the history
Loading