Skip to content

Commit 42d14c4

Browse files
authored
Remove hardcoded System.Security.Cryptography.Xml version (#48029)
1 parent e134d4b commit 42d14c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
2020
<UsagePattern IdentityGlob="System.Composition/*1.0.31*" />
2121
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />
22+
23+
<!-- Added to unblock dependency flow, needs review. -->
24+
<UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*6.0.0*" />
2225

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

eng/tools/RepoTasks/RepoTasks.csproj

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

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

0 commit comments

Comments
 (0)