Skip to content

Commit 1d5dd60

Browse files
committed
Pin transitive System.Security.Cryptography.Xml to a patched 8.x release
1 parent 6668e48 commit 1d5dd60

5 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Configuration/test/PlaceholderBase.Test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21+
<PackageReference Include="System.Security.Cryptography.Xml" Version="$(SystemSecurityCryptographyXmlVersion)" />
2122
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="$(AspNetCoreVersion)" />
2223
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(ExtensionsVersion)" />
2324
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="$(ExtensionsVersion)" />

src/Configuration/test/PlaceholderCore.Test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<ProjectReference Include="..\..\src\PlaceholderCore\Steeltoe.Extensions.Configuration.PlaceholderCore.csproj" />
1717
</ItemGroup>
1818
<ItemGroup>
19+
<PackageReference Include="System.Security.Cryptography.Xml" Version="$(SystemSecurityCryptographyXmlVersion)" />
1920
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(ExtensionsVersion)" />
2021
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="$(ExtensionsVersion)" />
2122
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="$(ExtensionsVersion)" />

src/Configuration/test/SpringBootCore.Test/Steeltoe.Extensions.Configuration.SpringBootCore.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<ProjectReference Include="..\..\src\SpringBootCore\Steeltoe.Extensions.Configuration.SpringBootCore.csproj" />
1717
</ItemGroup>
1818
<ItemGroup>
19+
<PackageReference Include="System.Security.Cryptography.Xml" Version="$(SystemSecurityCryptographyXmlVersion)" />
1920
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(ExtensionsVersion)" />
2021
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="$(ExtensionsVersion)" />
2122
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="$(ExtensionsVersion)" />

src/Security/src/DataProtection.RedisCore/Steeltoe.Security.DataProtection.RedisCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="$(ExtensionsVersion)" />
1414
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="$(ExtensionsVersion)" />
1515
<PackageReference Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1Version)" />
16+
<PackageReference Include="System.Security.Cryptography.Xml" Version="$(SystemSecurityCryptographyXmlVersion)" />
1617
</ItemGroup>
1718
</Project>

versions.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
<!-- Earliest non-vulnerable version in 8.x release line -->
4747
8.0.1
4848
</SystemFormatsAsn1Version>
49+
<SystemSecurityCryptographyXmlVersion>
50+
<!-- Earliest non-vulnerable version in 8.x release line -->
51+
8.0.3
52+
</SystemSecurityCryptographyXmlVersion>
4953
<SystemTextRegularExpressionsVersion>4.3.1</SystemTextRegularExpressionsVersion>
5054
<SystemNetHttpVersion>4.3.4</SystemNetHttpVersion>
5155

0 commit comments

Comments
 (0)