Skip to content

Emurasoft/signature-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signature Validation

This repository verifies the download link for emeditor.com.

Every 10 minutes, main.go is executed to:

  1. Navigate to the download page.
  2. Locate and download the installer file.
  3. Validate the digital signature using Get-AuthenticodeSignature.

Results

The output is saved to status.json in the validation-results branch.

Valid Signature

{"result":{"valid":true},"time":"..."}

Invalid Signature

The status.json file will show {"valid":false} along with the reason.

Script Error

{"error":"..."}

If the signature is invalid or a script error occurs, a new issue is created to alert Makoto.

Releases

No releases published

Packages

No packages published

Languages