Skip to content

Commit

Permalink
[Extensions] Bump KeyVault Dependencies (#45541)
Browse files Browse the repository at this point in the history
* [Extensions] Bump KeyVault Dependencies

The focus of these changes is to update the references
 to `Azure.Security.KeyVault.Secrets` and
 `Azure.Security.KeyVault.Keys`  tov4.6.0 to mitigate
 a reported SSRF vulnerability.
  • Loading branch information
jsquire authored Aug 15, 2024
1 parent b132865 commit ebef523
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 21 deletions.
10 changes: 5 additions & 5 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.4.0-beta.1" />
<PackageReference Update="Azure.Monitor.Query" Version="1.1.0" />
<PackageReference Update="Azure.Identity" Version="1.12.0" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.2.0" />
<PackageReference Update="Azure.Security.KeyVault.Keys" Version="4.2.0" />
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.2.0" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Update="Azure.Security.KeyVault.Keys" Version="4.6.0" />
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.6.0" />
<PackageReference Update="Azure.Storage.Common" Version="12.20.1" />
<PackageReference Update="Azure.Storage.Blobs" Version="12.21.1" />
<PackageReference Update="Azure.Storage.Queues" Version="12.19.1" />
Expand Down Expand Up @@ -267,8 +267,8 @@
<PackageReference Update="Azure.ResourceManager.EventHubs" Version="1.0.0" />
<PackageReference Update="Azure.ResourceManager.ContainerRegistry" Version="1.1.0" />
<PackageReference Update="Azure.Search.Documents" Version="11.2.0" />
<PackageReference Update="Azure.Security.KeyVault.Keys" Version="4.4.0" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.2.0-beta.4" />
<PackageReference Update="Azure.Security.KeyVault.Keys" Version="4.6.0" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Update="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Update="Azure.Storage.Files.DataLake" Version="12.8.0" />
<PackageReference Update="BenchmarkDotNet" Version="0.13.4" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.3.2 (2024-08-16)

### Other Changes

- Updated reference to `Azure.Security.KeyVault.Secrets` v4.6.0 to mitigate a reported SSRF vulnerability.

## 1.3.1 (2024-02-12)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.</Description>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageTags>$(PackageTags);azure;keyvault</PackageTags>
<Version>1.4.0-beta.1</Version>
<Version>1.3.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.1</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0102</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.2.4 (2024-08-16)

### Other Changes

- Updated reference to `Azure.Security.KeyVault.Keys` v4.6.0 to mitigate a reported SSRF vulnerability.

## 1.2.3 (2024-02-12)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Microsoft Azure Key Vault key encryption support.</Description>
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
<Version>1.3.0-beta.1</Version>
<Version>1.2.4</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.3</ApiCompatVersion>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down

0 comments on commit ebef523

Please sign in to comment.