ANSSI-FR / bootcode_parser

A boot record parser that identifies known good signatures for MBR, VBR and IPL.
GNU General Public License v3.0
97 stars 27 forks source link

signing git commits #2

Open azet opened 7 years ago

azet commented 7 years ago

With a project like this it may make sense to use git's GPG signing feature to verify the integrity of the code itself.

https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work

Just an idea.