Skip to content

Commit c3e05f8

Browse files
committed
Revert "Remove hardcoded System.Security.Cryptography.Xml version (#48029)"
This reverts commit 42d14c4.
1 parent 34e3b75 commit c3e05f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
<UsagePattern IdentityGlob="System.Composition/*7.0.0*" />
3232
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />
3333

34-
<!-- Added to unblock dependency flow, needs review. -->
35-
<UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*6.0.0*" />
3634

3735
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
3836
<UsagePattern IdentityGlob="Microsoft.NET.ILLink.Tasks/*8.0.*" />

eng/tools/RepoTasks/RepoTasks.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<PackageReference Include="Microsoft.Build.Framework" Version="$(MicrosoftBuildFrameworkVersion)" />
2727
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildTasksCoreVersion)" />
2828
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildUtilitiesCoreVersion)" />
29+
<!-- Manually updated version from 6.0.0 to address CVE-2021-43877 -->
30+
<PackageReference Include="System.Security.Cryptography.Xml" Version="$(RepoTasksSystemSecurityCryptographyXmlVersion)" />
2931
</ItemGroup>
3032

3133
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">

0 commit comments

Comments
 (0)