Skip to content

Add Microsoft.Bcl.Memory reference to Worker.Extensions.DurableTask#3399

Merged
bachuv merged 1 commit intodevfrom
vabachu/add-reference
Mar 19, 2026
Merged

Add Microsoft.Bcl.Memory reference to Worker.Extensions.DurableTask#3399
bachuv merged 1 commit intodevfrom
vabachu/add-reference

Conversation

@bachuv
Copy link
Collaborator

@bachuv bachuv commented Mar 19, 2026

Summary

What changed?

  • Adding package reference for Microsoft.Bcl.Memory to resolve CVE issue

Issues / work items

  • Resolves #
  • Related #

Project checklist

  • Documentation changes are not required
    • Otherwise: Documentation PR is ready to merge and referenced in pending_docs.md
  • Release notes are not required for the next release
    • Otherwise: Notes added to release_notes.md
  • Backport is not required
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • All required tests have been added/updated (unit tests, E2E tests)
  • No extra work is required to be leveraged by OutOfProc SDKs
    • Otherwise: Work tracked here: #issue_or_pr_in_each_sdk
  • No change to the version of the WebJobs.Extensions.DurableTask package
    • Otherwise: Major/minor updates are reflected in /src/Worker.Extensions.DurableTask/AssemblyInfo.cs
  • No EventIds were added to EventSource logs
  • This change should be added to the v2.x branch
    • Otherwise: This change applies exclusively to WebJobs.Extensions.DurableTask v3.x and will be retained only in the dev and main branches
  • Breaking change?
    • If yes:
      • Impact:
      • Migration guidance:

AI-assisted code disclosure (required)

Was an AI tool used? (select one)

  • No
  • Yes, AI helped write parts of this PR (e.g., GitHub Copilot)
  • Yes, an AI agent generated most of this PR

If AI was used:

  • Tool(s): VSCode GitHub Copilot
  • AI-assisted areas/files: Worker.Extensions.DurableTask.csproj
  • What you changed after AI output:

AI verification (required if AI was used):

  • I understand the code and can explain it
  • I verified referenced APIs/types exist and are correct
  • I reviewed edge cases/failure paths (timeouts, retries, cancellation, exceptions)
  • I reviewed concurrency/async behavior
  • I checked for unintended breaking or behavior changes

Testing

Automated tests

  • Result: Passed / Failed (link logs if failed)

Manual validation (only if runtime/behavior changed)

  • Environment (OS, .NET version, components):
  • Steps + observed results:
    1.
    2.
    3.
  • Evidence (optional):

Notes for reviewers

  • N/A

Copilot AI review requested due to automatic review settings March 19, 2026 04:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds an explicit Microsoft.Bcl.Memory package reference to the Worker.Extensions.DurableTask project to address a reported CVE by ensuring a centrally-pinned version is used.

Changes:

  • Add PackageReference to Microsoft.Bcl.Memory in Worker.Extensions.DurableTask.csproj.

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

You can also share your feedback on Copilot code review. Take the survey.

@bachuv bachuv merged commit 253226e into dev Mar 19, 2026
32 of 34 checks passed
@bachuv bachuv deleted the vabachu/add-reference branch March 19, 2026 18:01
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.

3 participants