Skip to content

Commit

Permalink
Update Microsoft.AspNetCore.SignalR.Client version to fix System.Text…
Browse files Browse the repository at this point in the history
….Json vulnerability (#883)
  • Loading branch information
gcbeattyAWS authored Nov 14, 2024
1 parent e810ffe commit 4efd115
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .autover/changes/27d0ce13-f148-4129-a977-1ae2fa1b36e4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Projects": [
{
"Name": "AWS.Deploy.ServerMode.Client",
"Type": "Patch",
"ChangelogMessages": [
"Update Microsoft.AspNetCore.SignalR.Client version to fix System.Text.Json vulnerability"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.303.20" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.36" />
<!-- We are pining Newtonsoft.Json to 13.0.1 to maintain compatibility with the VS Toolkit.
https://devblogs.microsoft.com/visualstudio/using-newtonsoft-json-in-a-visual-studio-extension/-->
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down

0 comments on commit 4efd115

Please sign in to comment.