Fix CVE-2026-41672: Upgrade webdeployment-common to 4.274.0 in AzureMysqlDeploymentV2#22098
Open
v-abhishera wants to merge 4 commits intomasterfrom
Open
Fix CVE-2026-41672: Upgrade webdeployment-common to 4.274.0 in AzureMysqlDeploymentV2#22098v-abhishera wants to merge 4 commits intomasterfrom
v-abhishera wants to merge 4 commits intomasterfrom
Conversation
from ^4.272.1 to ^4.274.0, which ships @xmldom/xmldom@^0.8.13 (patched). Removed the @xmldom/xmldom override (previously forcing 0.9.9) since the vulnerability is fixed in the common package's own dependency.
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
1 similar comment
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
manolerazvan
approved these changes
Apr 30, 2026
|
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 434128 (CVE-2026-41672 — XML node injection in
@xmldom/xmldom) by upgradingazure-pipelines-tasks-webdeployment-commonto^4.274.0and removing the now-unnecessary@xmldom/xmldomoverride.Root Cause
The task previously used an npm override to force
@xmldom/xmldom@0.9.9across all transitive dependencies. This version was flagged as vulnerable. The underlying source waswebdeployment-common@4.272.1, which pinned@xmldom/xmldomto a git ref (#0.8.12).Fix
webdeployment-commonfrom^4.272.1to^4.274.0(ships@xmldom/xmldom@^0.8.13, patched)"@xmldom/xmldom": "0.9.9"override — no longer needed since 0.8.13 is not vulnerable and no 0.9.x version exists in the dependency treeChanges
webdeployment-common→^4.274.0, removed xmldom override@xmldom/xmldom@0.8.13from npmTesting
@xmldom/xmldom@0.8.13is the only xmldom version in the dependency tree