Skip to content

Fix setupAzd - security updates#6965

Merged
rajeshkamal5050 merged 1 commit into
mainfrom
setupAzd-azdo-security-pack
Mar 3, 2026
Merged

Fix setupAzd - security updates#6965
rajeshkamal5050 merged 1 commit into
mainfrom
setupAzd-azdo-security-pack

Conversation

@vhvb1989

@vhvb1989 vhvb1989 commented Mar 3, 2026

Copy link
Copy Markdown
Member

fix: #6964

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses Dependabot security alerts for the Azure DevOps setupAzd task by forcing patched transitive dependency versions and updating the lockfile accordingly.

Changes:

  • Add overrides in setupAzd/package.json to pin vulnerable transitive packages (minimatch, serialize-javascript, and diff) to patched versions.
  • Regenerate package-lock.json to reflect the overridden/resolved dependency graph (including updated transitive versions like minimatch and serialize-javascript).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
ext/azuredevops/setupAzd/package.json Adds npm overrides to force patched versions of vulnerable transitive dependencies.
ext/azuredevops/setupAzd/package-lock.json Updates the resolved dependency tree to the patched versions and removes now-unneeded transitive packages.
Files not reviewed (1)
  • ext/azuredevops/setupAzd/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rajeshkamal5050 rajeshkamal5050 merged commit 7ebd9e0 into main Mar 3, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependabot security alerts for Azdo - setupAzd extension

3 participants