Skip to content

Commit b8ca4ff

Browse files
committed
Update Asn1 dependencies for RepoTasks project
1 parent 57dcf8a commit b8ca4ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<MicrosoftExtensionsDiagnosticAdapterVersion>5.0.0-preview.3.20215.2</MicrosoftExtensionsDiagnosticAdapterVersion>
209209
<!-- Build tool dependencies -->
210210
<MicrosoftVSSDKBuildToolsVersion>15.9.3032</MicrosoftVSSDKBuildToolsVersion>
211-
<RepoTasksSystemSecurityCryptographyXmlVersion>8.0.0</RepoTasksSystemSecurityCryptographyXmlVersion>
211+
<RepoTasksSystemFormatsAsn1Version>8.0.1</RepoTasksSystemFormatsAsn1Version>
212212
<!-- Stable dotnet/corefx packages no longer updated for .NET Core 3 -->
213213
<MicrosoftCSharpVersion>4.7.0</MicrosoftCSharpVersion>
214214
<MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>

eng/tools/RepoTasks/RepoTasks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<PackageReference Include="Microsoft.Build.Framework" Version="$(MicrosoftBuildFrameworkVersion)" />
3636
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildTasksCoreVersion)" />
3737
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildUtilitiesCoreVersion)" />
38-
<!-- Manually updated version from 6.0.0 to address CVE-2023-29331 -->
39-
<PackageReference Include="System.Security.Cryptography.Xml" Version="$(RepoTasksSystemSecurityCryptographyXmlVersion)" />
38+
<!-- Manually updated version to address CVE-2024-38095 -->
39+
<PackageReference Include="System.Formats.Asn1" Version="$(RepoTasksSystemFormatsAsn1Version)" />
4040
</ItemGroup>
4141

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

0 commit comments

Comments
 (0)