Replies: 3 comments 2 replies
-
Are you using the latest versions of the nuget packages? Can you share what versions are you using in your .csproj? |
Beta Was this translation helpful? Give feedback.
-
I have the same issue/concern. Also updated all the packages to the latest version and Azure.Identity.dll is still 1.5.0 showing as High/Critical in the Wiz reports. Is there a way to update the .azurefunctions packages? Is it something we should be afraid of? Thanks! |
Beta Was this translation helpful? Give feedback.
-
This is being tracked by the Durable Functions team here: Azure/azure-functions-durable-extension#2765 Closing the discussion as there's no additional action on this repo, but let us know if you have any questions. |
Beta Was this translation helpful? Give feedback.
-
When creating a .NET 8 Azure functions isolated function project and adding the
Microsoft.Azure.Functions.Worker.Extensions.DurableTask
(1.1.1), I get a SCA warning that the.azurefunctions
folder that gets created contains some vulnerable libraries.When I check the output of the builds I notice the
.azurefunctions
folder now hasAzure.Identity
version 1.5.0My project itself I can force reference
Azure.Identity
version 1.10.4 and the bin/publish folder will use the expected version 1.10.4, but the.azurefunctions
folder still has theAzure.Identity
version 1.5.0How can these be kept updated? What is the guidance in there as I would like to avoid SCA high/criticals in there as well as the
.azurefunctions
folder is uploaded and used.Beta Was this translation helpful? Give feedback.
All reactions