[erlang-questions] [ANN] 0.3.0 PEST (Primitive Erlang Security Tool) Released

Michael Truog mjtruog@REDACTED
Sat Nov 12 01:43:38 CET 2016


PEST (Primitive Erlang Security Tool) is a basic security tool to 
examine Erlang source code and find any function calls that may lead to 
security problems.  PEST can also examine your Erlang crypto version 
information (i.e., '-V crypto' usage) to determine how many OpenSSL 
security problems it may have (based on the version information for 
OpenSSL that is provided).  PEST appears to have all the features it 
needs, but don't hesitate to voice an opinion if you think something is 
missing.

The repository is at https://github.com/okeuday/pest/#readme . While 
typical use relies on the pest.erl escript, the escript file also can be 
used as an Erlang module and hex package.

Best Regards,
Michael



More information about the erlang-questions mailing list