File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/CodeSigning/CodeSigning Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
* 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.
22
23
23
24
## Version 0.1.2
24
25
* Updated signed 3rd party assembly Polly.dll to PSGallery
Original file line number Diff line number Diff line change 25
25
<PackageReference Include =" Polly" Version =" 7.2.4" />
26
26
<PackageReference Include =" Azure.CodeSigning.Client.CryptoProvider" Version =" 0.1.16" />
27
27
<PackageReference Include =" Azure.CodeSigning.Sdk" Version =" 0.1.106" />
28
+ <PackageReference Include =" System.Formats.Asn1" Version =" 6.0.1" />
28
29
<PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 6.0.3" />
29
30
</ItemGroup >
30
31
You can’t perform that action at this time.
0 commit comments