Releases: vcsjones/AuthenticodeLint
Releases · vcsjones/AuthenticodeLint
v0.13
14 Mar 18:27
Compare
Sorry, something went wrong.
No results found
This release includes a number of changes, including moving to .NET 8, updating dependencies, and providing a Native AOT release binary, which can be used without .NET installed.
v0.12
08 Nov 15:22
Compare
Sorry, something went wrong.
No results found
v0.11
01 Oct 01:31
Compare
Sorry, something went wrong.
No results found
No functionality changes, just changes to the signature on the executable itself to ditch SHA1. Be the change you want to see!
v0.10.0.0
26 Sep 20:21
Compare
Sorry, something went wrong.
No results found
Dual signing is no longer mandated. If you want to check for it, add -ruleset compat to the command line.
Will no longer fail the "Unknown Unsigned Attributes" check when using Authenticode sealing.
A few under under the hood changes, using VS2017 and SDK-style projects.
v0.9.0.0
11 Oct 18:37
Compare
Sorry, something went wrong.
No results found
Bug fix for exit code when checks are suppressed.
Fixing build process to allow signing with ECDSA certificate.
v0.8
10 Jul 18:46
Compare
Sorry, something went wrong.
No results found
Fixed issue with parsing quoted command line paths.
v0.7
10 Jun 18:10
Compare
Sorry, something went wrong.
No results found
Fixes issue where nested signature searching was too eager.
Checks that were not validating counter signatures are now doing so appropriately.
v0.6
07 Jun 23:51
Compare
Sorry, something went wrong.
No results found
Added new checks for examining the certificates of signatures.
Large overhaul of how the certificate graph is built by unifying signatures and counter signatures into a common type.
v0.5
05 May 20:33
Compare
Sorry, something went wrong.
No results found
v0.4
18 Apr 20:56
Compare
Sorry, something went wrong.
No results found
Fixes some memory retention issues.