azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

[Snyk] Fix for 2 vulnerabilities

Open khkh-ms opened this issue 1 year ago • 0 comments

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to fix 2 vulnerabilities in the nuget dependencies of this project.

Snyk changed the following file(s):

  • src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
SNYK-DOTNET-AZUREIDENTITY-7246762
  561  
medium severity Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
SNYK-DOTNET-MICROSOFTIDENTITYCLIENT-7246763
  561  

[!IMPORTANT]

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information: 🧐 View latest project report 📜 Customise PR templates 🛠 Adjust project settings 📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

[//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"Azure.Identity","from":"1.11.2","to":"1.11.4"},{"name":"Microsoft.Identity.Client","from":"4.60.3","to":"4.61.3"}],"env":"prod","issuesToFix":[{"exploit_maturity":"No Known Exploit","id":"SNYK-DOTNET-AZUREIDENTITY-7246762","priority_score":561,"priority_score_factors":[{"type":"freshness","label":true,"score":71},{"type":"fixability","label":true,"score":214},{"type":"cvssScore","label":"5.5","score":275},{"type":"scoreVersion","label":"v1","score":1}],"severity":"medium","title":"Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"},{"exploit_maturity":"No Known Exploit","id":"SNYK-DOTNET-MICROSOFTIDENTITYCLIENT-7246763","priority_score":561,"priority_score_factors":[{"type":"freshness","label":true,"score":71},{"type":"fixability","label":true,"score":214},{"type":"cvssScore","label":"5.5","score":275},{"type":"scoreVersion","label":"v1","score":1}],"severity":"medium","title":"Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"}],"prId":"ea1937e9-55d0-4e13-a6ff-f66a22d7d8df","prPublicId":"ea1937e9-55d0-4e13-a6ff-f66a22d7d8df","packageManager":"nuget","priorityScoreList":[561,561],"projectPublicId":"d5d421aa-b4b9-4ee9-b2c6-e843a7b78590","projectUrl":"https://app.snyk.io/org/khkh-ms/project/d5d421aa-b4b9-4ee9-b2c6-e843a7b78590?utm_source=github&utm_medium=referral&page=fix-pr","prType":"fix","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":["priorityScore"],"type":"auto","upgrade":["SNYK-DOTNET-AZUREIDENTITY-7246762","SNYK-DOTNET-MICROSOFTIDENTITYCLIENT-7246763"],"vulns":["SNYK-DOTNET-AZUREIDENTITY-7246762","SNYK-DOTNET-MICROSOFTIDENTITYCLIENT-7246763"],"patch":[],"isBreakingChange":false,"remediationStrategy":"vuln"}'

khkh-ms avatar Jun 12 '24 19:06 khkh-ms