Fix CG alert 415374: Update webdeployment-common to resolve @xmldom/xmldom 0.8.6 vulnerability#22014
Draft
v-abhishera wants to merge 3 commits intomasterfrom
Draft
Fix CG alert 415374: Update webdeployment-common to resolve @xmldom/xmldom 0.8.6 vulnerability#22014v-abhishera wants to merge 3 commits intomasterfrom
v-abhishera wants to merge 3 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). |
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.
Context
Fix Component Governance alert 415374 — @xmldom/xmldom 0.8.6 vulnerability (CVE-2026-34601) across all affected tasks.
AB#415374
Task Name
Description
azure-pipelines-tasks-webdeployment-commonfrom^4.265.0/^4.272.0to^4.272.1across 6 tasks@xmldom/xmldom0.8.6 → 0.8.12 vulnerability (CVE-2026-34601)MysqlClientL0Tests.tsto run after mocks are set upwebdeployment-common/packageUtility.jsto avoid Node 10globalThisincompatibility in test runnerVersion bumps:
Risk Assessment (Low / Medium / High)
Low — Dependency version bump of an owned common package (webdeployment-common). The xmldom update (0.8.6 → 0.8.12) is a security patch. The archiver upgrade (1.2.0 → 7.0.1) within webdeployment-common uses the same API surface (
directory(),pipe(),finalize()). 8 other tasks already on 4.272.1 from PR #21990 with no issues.Change Behind Feature Flag (Yes / No)
No — dependency version bumps cannot be feature-flagged.
Tech Design / Approach
package.jsonpackage-lock.jsonvianpm installfor each taskDocumentation Changes Required (Yes/No)
No
Unit Tests Added or Updated (Yes / No)
Yes — Fixed pre-existing broken tests in MysqlDeploymentOnMachineGroupV1 (MysqlClientL0Tests.ts, MysqlClientTests.ts).
Additional Testing Performed
node make.js build --task <TaskName>— build successful for all 6 tasksnode make.js test --task MysqlDeploymentOnMachineGroupV1 --suite L0— 2/2 tests passingLogging Added/Updated (Yes/No)
No
Telemetry Added/Updated (Yes/No)
No
Rollback Scenario and Process (Yes/No)
Yes — revert commits to restore previous webdeployment-common versions.
Dependency Impact Assessed and Regression Tested (Yes/No)
Yes — archiver API (
directory(),pipe(),finalize()) verified identical between v1 and v7. readable-stream 4.7.0 requires Node >=12, all tasks have Node16+ handlers.Checklist