Skip to content

Commit de20930

Browse files
authored
Merge pull request #458 from AzureAD/users/pushpakpatil/vulnerabilityFixes
Updated package to resolve security vulnerability
2 parents 8ef1b8b + c04b3ce commit de20930

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/AdoPat/AdoPat.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.VisualStudio.Services.Client" Version="19.239.0-preview" />
1515
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
1616
<!-- Transitive dependencies of Microsoft.VisualStudio.Services.Client temporarily pinned for security reasons. -->
17-
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
18-
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.2" />
17+
<PackageReference Include="System.Formats.Asn1" Version="10.0.7" />
18+
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.7" />
1919
</ItemGroup>
2020
</Project>

src/AzureAuth/AzureAuth.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</ItemGroup>
2828
<ItemGroup>
2929
<PackageReference Include="Microsoft.Office.Lasso" Version="2024.10.23.1" />
30+
<PackageReference Include="OpenTelemetry.Api" Version="1.15.3" />
3031
<PackageReference Include="Tomlyn" Version="0.11.0" />
3132
</ItemGroup>
3233
<ItemGroup>

0 commit comments

Comments
 (0)