File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.*" />
Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments