Skip to content

Commit

Permalink
[ASP.NET Extensions] Data Protection Bump (Azure#33011)
Browse files Browse the repository at this point in the history
The focus of these changes is to bump the version of the `Microsoft.AspNetCore.DataProtection`
package to mitigate CVE-2021-24112.
  • Loading branch information
jsquire authored Dec 13, 2022
1 parent 0ca5ead commit fc62800
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

<!-- Packages intended for Extensions libraries only -->
<ItemGroup Condition="'$(IsExtensionClientLibrary)' == 'true'">
<PackageReference Update="Microsoft.AspNetCore.DataProtection" Version="3.1.28" />
<PackageReference Update="Microsoft.AspNetCore.DataProtection" Version="3.1.31" />
<PackageReference Update="Microsoft.AspNetCore.Http" Version="2.1.22" />
<PackageReference Update="Microsoft.AspNetCore.Http.Connections" Version="1.0.15" />
<PackageReference Update="Microsoft.Azure.Functions.Extensions" Version="1.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### Other Changes

- Updated dependency version of `Microsoft.AspNetCore.DataProtection` to mitigate [CVE-2021-24112](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-24112). Note that the vulnerability only exists in a dependency referenced by the `netcoreapp3.0` target, which reach end-of-life in December, 2019.

## 1.2.3 (2022-09-12)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### Other Changes

- Updated dependency version of `Microsoft.AspNetCore.DataProtection` to mitigate [CVE-2021-24112](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-24112). Note that the vulnerability only exists in a dependency referenced by the `netcoreapp3.0` target, which reach end-of-life in December, 2019.

## 1.1.0 (2021-09-07)

### Changes
Expand Down

0 comments on commit fc62800

Please sign in to comment.