Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Patch advisories #1023

Closed davidmrdavid closed 6 months ago

davidmrdavid commented 6 months ago

Replaces: https://github.com/Azure/durabletask/pull/1020

As of recently, building the DTFx project failed with errors of the following kind:

"Warning as Error: Package has a known high severity vulnerability" and it points to this advisory: "

The warnings were for:

In response, I made the following changes:

Note: the warnings still appear for DTFx.ServiceBus and DTFx.AzureServiceFabric. I did not apply my changes there as I know those projects are maintained by separate teams. I can contribute a PR to their projects once this one is merged.