Skip to content

Commit 69c0fff

Browse files
authored
[ASP.NET Extensions] Data Protection Bump (#34072)
The focus of these changes is to bump the version of the Microsoft.AspNetCore.DataProtection package to mitigate CVE-2021-24112 for the netcoreapp3.0 platform.
1 parent 865cf20 commit 69c0fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
<!-- Packages intended for Extensions libraries only -->
144144
<ItemGroup Condition="'$(IsExtensionClientLibrary)' == 'true'">
145-
<PackageReference Update="Microsoft.AspNetCore.DataProtection" Version="3.1.31" />
145+
<PackageReference Update="Microsoft.AspNetCore.DataProtection" Version="3.1.32" />
146146
<PackageReference Update="Microsoft.AspNetCore.Http" Version="2.1.22" />
147147
<PackageReference Update="Microsoft.AspNetCore.Http.Connections" Version="1.0.15" />
148148
<PackageReference Update="Microsoft.Azure.Functions.Extensions" Version="1.0.0" />

0 commit comments

Comments
 (0)