Skip to content

chore(deps): bump golang.org/x/crypto from 0.49.0 to 0.52.0 in /cli/azd/extensions/azure.ai.rle#9093

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/cli/azd/extensions/azure.ai.rle/golang.org/x/crypto-0.52.0
Closed

chore(deps): bump golang.org/x/crypto from 0.49.0 to 0.52.0 in /cli/azd/extensions/azure.ai.rle#9093
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/cli/azd/extensions/azure.ai.rle/golang.org/x/crypto-0.52.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.49.0 to 0.52.0.

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.49.0 to 0.52.0.
- [Commits](golang/crypto@v0.49.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency update (dependabot) go Pull requests that update go code labels Jul 10, 2026
Copilot AI review requested due to automatic review settings July 10, 2026 22:07
@dependabot dependabot Bot added the dependencies Dependency update (dependabot) label Jul 10, 2026
@dependabot
dependabot Bot requested review from huimiu and therealjohn as code owners July 10, 2026 22:07
@dependabot dependabot Bot added the go Pull requests that update go code label Jul 10, 2026

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.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@microsoft-github-policy-service microsoft-github-policy-service Bot added the customer-reported identify a customer issue label Jul 10, 2026
@microsoft-github-policy-service

Copy link
Copy Markdown
Contributor

Thank you for your contribution @dependabot[bot]! We will review the pull request and get back to you soon.

@JeffreyCA JeffreyCA added the ext-rle azure.ai.rle extension label Jul 15, 2026
@vhvb1989

Copy link
Copy Markdown
Member

Closing in favor of #9240, which groups all open Dependabot security updates (including this one) into a single PR to reduce PR churn and CI runs. The changes here are included there.

Note: this PR bumped golang.org/x/net only to 0.54.0; alert #456 actually requires 0.55.0, which #9240 uses.

@vhvb1989 vhvb1989 closed this Jul 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/cli/azd/extensions/azure.ai.rle/golang.org/x/crypto-0.52.0 branch July 21, 2026 22:58
vhvb1989 added a commit that referenced this pull request Jul 24, 2026
…9240)

* chore(deps): group Dependabot security updates into one PR

Addresses all open Dependabot alerts across the repo:

- cli/azd/extensions/azure.ai.rle: bump golang.org/x/crypto 0.49.0 -> 0.52.0
  and golang.org/x/net 0.52.0 -> 0.55.0 (alerts #456-#469). Note x/net
  requires 0.55.0 for full remediation of #456.
- ext/vscode: js-yaml -> 4.3.0, brace-expansion -> 2.1.2 & 5.0.7
  (alerts #539, #540, #541)
- ext/azuredevops/setupAzd: adm-zip -> 0.6.0, azure-pipelines-task-lib -> 5.278.0,
  brace-expansion -> 1.1.16 & 2.1.2 (alerts #535, #537, #538)
- cli/azd/test/eval: brace-expansion -> 1.1.16 (alert #536)

Supersedes and consolidates #9093 and #9215.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 2cef6dea-2ec8-4538-8e55-7a2b0dfa196c

* ci: make azdo-extension npm steps non-blocking on PR builds

The azdo-extension pipeline currently fails on the self-hosted Linux and
Windows agents because they cannot reach registry.npmjs.org (npm EPERM
egress block); `npm i -g npm` fails before any dependency is resolved.
Build Mac (hosted pool) and the vscode build (same self-hosted pool) are
unaffected, confirming this is an agent egress issue, not a code problem.

Make the npm-dependent steps (install, test, package) non-blocking for PR
validation builds only (Build.Reason == PullRequest) so this gate does not
block unrelated PRs such as the grouped Dependabot security update. Release
and CD builds on main remain strict, so CodeQL and artifact generation are
unaffected. Artifact staging is skipped on PR builds since the package step
may not produce a VSIX while the egress issue persists.

Tracking issue to fix the egress block and re-enable the gate: #9286

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 2cef6dea-2ec8-4538-8e55-7a2b0dfa196c

* ci: trigger azdo pipeline PR validation on build template changes

Add the azuredevops build/stage templates to the release-azuredevops
pipeline PR and CI path filters so edits to the build job template are
validated by the azdo-extension pipeline (previously only changes under
ext/azuredevops or the root pipeline file triggered it).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 2cef6dea-2ec8-4538-8e55-7a2b0dfa196c

* ci: skip azdo-extension Sign stage on PR builds

Now that the BuildAndTest stage completes with issues (instead of hard
failing) on PR validation builds while the self-hosted agent npm egress
issue persists (#9286), the Sign stage began running on PRs and failed
because no vsix artifact is produced on PR builds. Signing is never
performed for PR builds, so gate the whole Sign stage to release/CI/manual
build reasons. Also add the sign/publish stage templates to the pipeline
PR path filters so template changes are validated.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 2cef6dea-2ec8-4538-8e55-7a2b0dfa196c

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 2cef6dea-2ec8-4538-8e55-7a2b0dfa196c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

customer-reported identify a customer issue dependencies Dependency update (dependabot) ext-rle azure.ai.rle extension go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants