Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Component Governance: CVE-2021-31957 #5915

Closed
wants to merge 1 commit into from

Conversation

BruceHaley
Copy link
Contributor

Fixes #minor

Description

Component Governance: CVE-2021-31957, severity high
https://dev.azure.com/FuseLabs/SDK_Public/_componentGovernance/143548/alert/5891813?typeId=2307558
"a vulnerability in .NET 5.0 and .NET Core 3.1...A denial of service vulnerability exists when ASP.NET Core improperly handles client disconnect."
"If you're using .NET 5.0, you should download and install Runtime 5.0.7 or SDK 5.0.204 (for Visual Studio 2019 v16.8) or SDK 5.0.301 (for Visual Studio 2019 16.10)

If you're using .NET Core 3.1, you should download and install Runtime 3.1.16 or SDK 3.1.116 (for Visual Studio 2019 v16.4) or 3.1.410 (for Visual Studio 2019 v16.5 or later)"

/s/tests/Adapters/Microsoft.Bot.Builder.Adapters.Twilio.TestBot/Microsoft.Bot.Builder.Adapters.Twilio.TestBot.csproj
..was showing: Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1"
I updated it to Version="3.1.20".

Specific Changes

Update reference "Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" to Version="3.1.20".

@BruceHaley BruceHaley requested a review from a team as a code owner October 14, 2021 22:52
@BruceHaley
Copy link
Contributor Author

Wrong branch

@BruceHaley BruceHaley closed this Oct 14, 2021
@BruceHaley BruceHaley deleted the bruce/showdotnetversions10-14 branch October 14, 2021 22:58
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 272432

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.007%) to 78.193%

Files with Coverage Reduction New Missed Lines %
/libraries/AdaptiveExpressions/BuiltinFunctions/GetNextViableTime.cs 2 90.91%
/libraries/AdaptiveExpressions/BuiltinFunctions/GetPreviousViableTime.cs 2 90.91%
Totals Coverage Status
Change from base Build 271936: -0.007%
Covered Lines: 23920
Relevant Lines: 30591

💛 - Coveralls

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.

None yet

2 participants