Skip to content

Commit 5a36579

Browse files
authored
Fix vulnerabilities (#24280)
* System.Data.SqlClient 4.8.5->4.8.6 * identitymodel.jwt 5.6.0->5.7.0 * Update ChangeLog.md * fix test issue of attestation
1 parent 5db2b8a commit 5a36579

File tree

10 files changed

+20
-16
lines changed

10 files changed

+20
-16
lines changed

src/Attestation/Attestation.Test/Attestation.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Attestation" Version="0.10.0-preview" />
1515
<PackageReference Include="Microsoft.Azure.Management.Attestation" Version="0.12.0-preview" />
16-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.6.0">
16+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.7.0">
1717
<NoWarn>NU1608</NoWarn>
1818
</PackageReference>
1919
</ItemGroup>

src/Attestation/Attestation/Attestation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.Azure.Attestation" Version="0.10.0-preview" />
1616
<PackageReference Include="Microsoft.Azure.Management.Attestation" Version="0.12.0-preview" />
17-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="5.6.0" />
17+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="5.7.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/Attestation/Attestation/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121

2222
## Upcoming Release
23+
* Fixed vulnerability https://github.com/advisories/GHSA-8g9c-28fc-mcx2
2324

2425
## Version 2.0.0
2526
* [Breaking Change] Replaced `New/Remove/Get-AzAttestation` with `New/Remove/Get-AzAttestationProvider`

src/ContainerRegistry/ContainerRegistry/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed vulnerability https://github.com/advisories/GHSA-8g9c-28fc-mcx2
2122

2223
## Version 4.1.3
2324
* Fixed bug in `Get-AzContainerRegistryManifest` returns only 100 results [#22922]
@@ -58,7 +59,7 @@
5859
* Fixed data plane operations (repository, tag, manifest) failed cross registry in single Powershell session [#14849]
5960

6061
## Version 2.2.2
61-
* Fixed bug in `Get-AzContainerRegistryManifest` showing incorrect image name
62+
* Fixed bug in `Get-AzContainerRegistryManifest` showing incorrect image name
6263

6364
## Version 2.2.1
6465
* Fixed authentication for `Connect-AzContainerRegistry`

src/ContainerRegistry/ContainerRegistry/ContainerRegistry.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<ItemGroup>
1414
<PackageReference Include="Azure.Containers.ContainerRegistry" Version="1.0.0" />
1515
<PackageReference Include="Microsoft.Azure.ContainerRegistry" Version="1.0.0-preview.1" />
16-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
16+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.7.0" />
1717
</ItemGroup>
18-
18+
1919
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
2020

2121
</Project>

src/DataFactory/DataFactory/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed vulnerability https://github.com/advisories/GHSA-98g6-xh36-x2p7
2122

2223
## Version 1.18.2
2324
* Supported Snowflake V2 in ADF
@@ -161,7 +162,7 @@
161162
* Add AutoUpdateETA, LatestVersion, PushedVersion, TaskQueueId and VersionStatus properties for Get-AzDataFactoryV2IntegrationRuntime cmd
162163

163164
* Update ADF .Net SDK version to 4.6.0
164-
* Add parameter "PublicIPs" for "Set-AzureRmDataFactoryV2IntegrationRuntime" cmd
165+
* Add parameter "PublicIPs" for "Set-AzureRmDataFactoryV2IntegrationRuntime" cmd
165166
to enable create Azure-SSIS IR with static public IP addresses.
166167

167168
## Version 1.5.1

src/DataFactory/DataFactoryV1/DataFactoryV1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
1919
<!-- Include the following DLLs for security issue -->
2020
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
21-
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
21+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2222
</ItemGroup>
2323

2424
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />

src/DataFactory/DataFactoryV2/DataFactoryV2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
1616
<!-- Include the following DLLs for security issue -->
1717
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
18-
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
18+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/Synapse/Synapse/ChangeLog.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Fixed vulnerability https://github.com/advisories/GHSA-98g6-xh36-x2p7
2223

2324
## Version 3.0.5
2425
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.19
@@ -219,7 +220,7 @@
219220
- Updated `Get-AzSynapseRoleAssignment` cmdlet
220221
- Updated `Remove-AzSynapseRoleAssignment` cmdlet
221222
- Added `Get-AzSynapseRoleScope` cmdlet
222-
* Renamed -AllowAllAzureIP to -AllowAllAzureIp and changed IP range to 0.0.0.0-0.0.0.0
223+
* Renamed -AllowAllAzureIP to -AllowAllAzureIp and changed IP range to 0.0.0.0-0.0.0.0
223224
* Added -AllowAllIp and set IP range to 0.0.0.0-255.255.255.255
224225
* Fixed the issue of retrieving Apache Spark pool information through management API
225226

@@ -359,7 +360,7 @@
359360

360361
* Added support for gen3 Sql Pools
361362
- For `Get-AzSynapseSqlPool`, `New-AzSynapseSqlPool`, ` Remove-AzSynapseSqlPool`, ` Test-AzSynapseSqlPool` and `Update-AzSynapseSqlPool` cmdlet
362-
- Add Version parameter to cmdlets to specify version 3.
363+
- Add Version parameter to cmdlets to specify version 3.
363364
- For this release, these cmdlets will not work unless a customer's subscription is on the allowlist.
364365
* Added support for gen3 Sql Databases
365366
- Add `Get-AzSynapseSqlDatabase` cmdlet
@@ -402,10 +403,10 @@
402403
## Version 0.1.1
403404

404405
* Added support for operation of Synapse FirewallRule
405-
- Add `New-AzSynapseFirewallRule` cmdlet
406-
- Add `Remove-AzSynapseFirewallRule` cmdlet
407-
- Add `Get-AzSynapseFirewallRule` cmdlet
408-
- Add `Update-AzSynapseFirewallRule` cmdlet
406+
- Add `New-AzSynapseFirewallRule` cmdlet
407+
- Add `Remove-AzSynapseFirewallRule` cmdlet
408+
- Add `Get-AzSynapseFirewallRule` cmdlet
409+
- Add `Update-AzSynapseFirewallRule` cmdlet
409410
* Removed '-DisallowAllConnection' parameter from the 'New-AzSynapseWorkspace' cmdlet
410411
* Updated parameter set for New-AzSynapseSparkPool to fix node count issue for auto scale
411412

src/Synapse/Synapse/Synapse.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
2121
<!-- Include the following DLLs for security issue -->
2222
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
23-
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
23+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2424
</ItemGroup>
2525

2626
<ItemGroup>
@@ -41,7 +41,7 @@
4141
<ItemGroup>
4242
<None Remove="Models\ManagementModels\AdvancedThreatProtection\Templates\DeployWorkspaceVaTemplate.json" />
4343
</ItemGroup>
44-
44+
4545
<ItemGroup>
4646
<EmbeddedResource Include="Models\ManagementModels\AdvancedThreatProtection\Templates\DeployWorkspaceVaTemplate.json" />
4747
</ItemGroup>

0 commit comments

Comments
 (0)