Update Third Party Notices for v7.4.19 - #27836
Open
Justin Chung (jshigetomi) wants to merge 1 commit into
Open
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Justin Chung (jshigetomi)
marked this pull request as ready for review
August 12, 2026 16:00
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s third-party notices list for the PowerShell v7.4.19 release by modifying ThirdPartyNotices.txt entries to reflect current dependency information.
Changes:
- Removed notice sections for
Microsoft.Extensions.ObjectPool,Microsoft.Windows.Compatibility, andSystem.Drawing.Common. - Updated the
System.Security.Cryptography.Xmlnotice version from8.0.2to8.0.4.
Suppressed comments (2)
ThirdPartyNotices.txt:499
- The notice for Microsoft.Windows.Compatibility was removed from ThirdPartyNotices.txt, but the repo still references this package (e.g., src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj and test/tools/TestService/TestService.csproj both reference Microsoft.Windows.Compatibility Version="8.0.29"). This likely leaves ThirdPartyNotices.txt incomplete.
Please restore this notice section (and update to the current package version / regenerate the notices).
---------------------------------------------------------
---------------------------------------------------------
Newtonsoft.Json 13.0.4 - MIT
ThirdPartyNotices.txt:2231
- The notice for System.Drawing.Common was removed from ThirdPartyNotices.txt, but System.Drawing.Common is still referenced in the repo (e.g., src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj and src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj reference Version="8.0.29"). Removing the notice may be incorrect for licensing/compliance.
Please restore the System.Drawing.Common notice section (and update it to the version actually used, or regenerate ThirdPartyNotices.txt).
---------------------------------------------------------
---------------------------------------------------------
System.Formats.Asn1 8.0.2 - MIT
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
283
to
287
| --------------------------------------------------------- | ||
|
|
||
| --------------------------------------------------------- | ||
|
|
||
| Microsoft.Extensions.ObjectPool 8.0.22 - MIT | ||
|
|
||
|
|
||
| Copyright Jorn Zaefferer | ||
| (c) Microsoft Corporation | ||
| Copyright (c) Andrew Arnott | ||
| Copyright (c) 2015, Google Inc. | ||
| Copyright (c) 2019 David Fowler | ||
| Copyright (c) HTML5 Boilerplate | ||
| Copyright 2019 The gRPC Authors | ||
| Copyright (c) 2016 Richard Morris | ||
| Copyright (c) 1998 John D. Polstra | ||
| Copyright (c) 2017 Yoshifumi Kawai | ||
| Copyright (c) Microsoft Corporation | ||
| Copyright (c) 2007 James Newton-King | ||
| Copyright (c) 2013 - 2018 AngleSharp | ||
| Copyright (c) 2000-2013 Julian Seward | ||
| Copyright (c) 2011-2021 Twitter, Inc. | ||
| Copyright (c) 2014-2018 Michael Daines | ||
| Copyright (c) 1996-1998 John D. Polstra | ||
| Copyright (c) 2013-2017, Milosz Krajewski | ||
| Copyright (c) .NET Foundation Contributors | ||
| Copyright (c) 2011-2021 The Bootstrap Authors | ||
| Copyright (c) 2019-2023 The Bootstrap Authors | ||
| Copyright (c) .NET Foundation and Contributors | ||
| Copyright (c) 2019-2020 West Wind Technologies | ||
| Copyright (c) 2007 John Birrell (jb@freebsd.org) | ||
| Copyright (c) 2011 Alex MacCaw (info@eribium.org) | ||
| Copyright (c) Nicolas Gallagher and Jonathan Neal | ||
| Copyright (c) 2010-2019 Google LLC. http://angular.io/license | ||
| Copyright (c) 2011 Nicolas Gallagher (nicolas@nicolasgallagher.com) | ||
| Copyright (c) 1989, 1993 The Regents of the University of California | ||
| Copyright (c) 1990, 1993 The Regents of the University of California | ||
| Copyright OpenJS Foundation and other contributors, https://openjsf.org | ||
| Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) | ||
|
|
||
| MIT License | ||
|
|
||
| Copyright (c) <year> <copyright holders> | ||
|
|
||
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
|
||
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
|
||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
|
||
| --------------------------------------------------------- | ||
|
|
||
| --------------------------------------------------------- | ||
|
|
||
| Microsoft.PowerShell.MarkdownRender 7.2.1 - MIT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
This pull request updates the
ThirdPartyNotices.txtfile by removing entries for several third-party dependencies and updating the version of one dependency. The changes mainly involve cleaning up the list of third-party notices and ensuring that only relevant or current dependencies are documented.Dependency notice removals:
Microsoft.Extensions.ObjectPool 8.0.22.Microsoft.Windows.Compatibility 8.0.22.System.Drawing.Common 8.0.24.Dependency version update:
System.Security.Cryptography.Xmlfrom8.0.2to8.0.4.PR Context
Update TPN for v7.4.19 release
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header