Fix CG alert 413698: Update artifact-engine to 1.273.0 in DownloadFileshareArtifactsV1#22015
Draft
v-abhishera wants to merge 3 commits intomasterfrom
Draft
Fix CG alert 413698: Update artifact-engine to 1.273.0 in DownloadFileshareArtifactsV1#22015v-abhishera wants to merge 3 commits intomasterfrom
v-abhishera wants to merge 3 commits intomasterfrom
Conversation
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
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 413698 — handlebars vulnerability (CVE-2026-33938) in DownloadFileshareArtifactsV1.
AB#413698
Task Name
DownloadFileshareArtifactsV1
Description
artifact-enginefrom^1.263.0to^1.273.0in package.jsonhandlebars4.7.9 (previously 4.7.7), which fixes CVE-2026-33938Risk Assessment (Low / Medium / High)
Low — Semver-compatible minor version bump of artifact-engine (1.263.0 → 1.273.0). The handlebars update (4.7.7 → 4.7.9) is a patch-level security fix with no API changes. All L0 tests pass.
Change Behind Feature Flag (Yes / No)
No — dependency version bumps cannot be feature-flagged.
Tech Design / Approach
npm installDocumentation Changes Required (Yes/No)
No
Unit Tests Added or Updated (Yes / No)
No — existing L0 tests cover the task functionality. No behavioral changes in this update.
Additional Testing Performed
node make.js build --task DownloadFileshareArtifactsV1— build successfulnode make.js test --task DownloadFileshareArtifactsV1 --suite L0— all 5 tests passingLogging Added/Updated (Yes/No)
No
Telemetry Added/Updated (Yes/No)
No
Rollback Scenario and Process (Yes/No)
Yes — revert the commit to restore previous artifact-engine version.
Dependency Impact Assessed and Regression Tested (Yes/No)
Yes — artifact-engine 1.273.0 is a compatible minor bump. handlebars 4.7.9 is a patch security fix. All L0 tests pass. No breaking changes in the dependency chain.
Checklist