version bumps to handle CVE's - #29902
Open
thomas-temby wants to merge 2 commits into
Open
Conversation
Contributor
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
Author
|
/azp run |
Contributor
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to address security CVEs by bumping dependency versions used by the repo’s tooling and build/test infrastructure.
Changes:
- Updated
fast-uriversion metadata under theajventry in the MCP tool’spackage-lock.json. - Bumped
System.Security.Cryptography.Xmlfrom8.0.3to8.0.4inAz.nonprod.props(used by net8.0 tool/test builds).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tools/Mcp/package-lock.json | Adjusts transitive dependency version metadata for the MCP tool’s npm lockfile. |
| tools/Az.nonprod.props | Updates a .NET package reference used by non-production/tooling builds. |
Files not reviewed (1)
- tools/Mcp/package-lock.json: Generated file
Member
|
/azp run |
Contributor
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Member
|
/azp run |
Contributor
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- tools/Mcp/package-lock.json: Generated file
Comments suppressed due to low confidence (1)
tools/Mcp/package-lock.json:40
- These lockfile entries use an internal Azure DevOps feed URL and a sha1 integrity hash, while the rest of the lockfile uses registry.npmjs.org URLs with sha512 integrity. This can make installs fail for contributors/CI environments without access to that feed and weakens package integrity verification. Regenerate the lockfile using the standard registry (or ensure all entries consistently use the intended registry) so npm records a sha512 integrity for this package.
Comment on lines
+26
to
+28
| "version": "1.19.14", | ||
| "resolved": "https://ms-feed-12.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/@hono/node-server/-/node-server-1.19.14.tgz", | ||
| "integrity": "sha1-4w+ES8d+POe+RCqsOx9zrYtY0YE=", |
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.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.