nthdimtech / signet-client

Client code for Signet and Signet HC
https://www.nthdimtech.com/signet
GNU General Public License v3.0
20 stars 8 forks source link

Create secure code guidelines and policies #150

Open nthdimtech opened 4 years ago

nthdimtech commented 4 years ago

In preparation for a security review of the client there should be a set of guidelines that most of the code should follow. Things like clearing memory buffers after they are no longer needed, data integrity checks, etc. It should also include some more conventional coding standard elements since rules that decrease the likelyhood of bugs cropping up also decrease the likelihood that security vulnerabilities are created