Skip to content

Commit 445805b

Browse files
authored
Update the System.Formats.Asn1 package for Az.CodeSigning module (Azure#25665)
* Update the System.Formats.Asn1 package This fix addresses CVE-2024-38095 * update changelog.md
1 parent 61507de commit 445805b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/CodeSigning/CodeSigning/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Upcoming Release
2121
* Added `Get-AzCodeSigningCertChain` cmdlet to retrieve the certificate chain for a certificate profile.
22+
* Added System.Formats.Asn1 dependency to the module to address a security vulnerability.
2223

2324
## Version 0.1.2
2425
* Updated signed 3rd party assembly Polly.dll to PSGallery

src/CodeSigning/CodeSigning/CodeSigning.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<PackageReference Include="Polly" Version="7.2.4" />
2626
<PackageReference Include="Azure.CodeSigning.Client.CryptoProvider" Version="0.1.16" />
2727
<PackageReference Include="Azure.CodeSigning.Sdk" Version="0.1.106" />
28+
<PackageReference Include="System.Formats.Asn1" Version="6.0.1" />
2829
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
2930
</ItemGroup>
3031

0 commit comments

Comments
 (0)