Update webdeployment-common to resolve @xmldom/xmldom 0.8.6 vulnerability#22014
Open
v-abhishera wants to merge 14 commits intomasterfrom
Open
Update webdeployment-common to resolve @xmldom/xmldom 0.8.6 vulnerability#22014v-abhishera wants to merge 14 commits intomasterfrom
v-abhishera wants to merge 14 commits intomasterfrom
Conversation
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
…mldom 0.8.6 vulnerability Updated azure-pipelines-tasks-webdeployment-common to ^4.272.1 across 5 tasks to resolve CVE-2026-34601 (@xmldom/xmldom 0.8.6 -> 0.8.12). Affected tasks: - AzureWebAppV1 (1.273.0 -> 1.273.1) - AzureSpringCloudV0 (0.273.1 -> 0.273.2) - FileTransformV2 (2.270.0 -> 2.273.0) - IISWebAppDeploymentOnMachineGroupV0 (0.270.0 -> 0.273.0) - FileTransformV1 [deprecated] (1.264.0 -> 1.273.0)
3f9ce1d to
feb1c20
Compare
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
- Bump azure-pipelines-tasks-webdeployment-common to version 4.272.1 in package.json - Increment Minor version to 274 in task.json and task.loc.json
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
…ansform, and IISWebAppDeployment tasks
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
…ix-cg-415374-xmldom
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
….274.0 across multiple tasks - Updated package.json and package-lock.json for FileTransformV1, FileTransformV2, IISWebAppDeploymentOnMachineGroupV0, and MysqlDeploymentOnMachineGroupV1 to use azure-pipelines-tasks-webdeployment-common version 4.274.0. - Updated xmldom version from 0.8.12 to 0.8.13 in FileTransformV2, IISWebAppDeploymentOnMachineGroupV0, and MysqlDeploymentOnMachineGroupV1. - Updated azure-pipelines-task-lib version from 5.2.8 to 5.2.10 in FileTransformV2 and IISWebAppDeploymentOnMachineGroupV0. - Updated follow-redirects version from 1.15.6 to 1.16.0 in IISWebAppDeploymentOnMachineGroupV0. - Updated picomatch version from 2.3.1 to 2.3.2 in IISWebAppDeploymentOnMachineGroupV0. - Updated lodash version from 4.17.21 to 4.18.1 in MysqlDeploymentOnMachineGroupV1.
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
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.
Summary
Resolves Component Governance alert by updating
azure-pipelines-tasks-webdeployment-commonfrom^4.272.1to^4.274.0in all affected tasks. The updated common package switches@xmldom/xmldomfrom a git reference (git+https://github.com/xmldom/xmldom.git#0.8.12) to an npm registry reference (^0.8.13), resolving the reported vulnerability.Changes
Updated package.json (dependency bump) and regenerated package-lock.json in 6 tasks:
What changed per task
azure-pipelines-tasks-webdeployment-common→^4.274.0Testing
node make.js build --task <name> --fb)node make.js test --task <name> --suite L0)Notes