sandialabs/reverse_argparse

Consider adding dynamic analysis tools

jmgate opened this issue · 2 comments

jmgate commented

Description

From the OpenSSF Best Practices badge program:

Screenshot 2023-07-25 at 12 24 11 PM

Perhaps we should consider adding some dynamic code analysis tools to our CI.

Tasks

  • Investigate potential tools.
  • Determine which ones to adopt.
  • Add each to CI.
jmgate commented

It may be that using the Hypothesis library in unit testing would be sufficient.

jmgate commented

Or perhaps DynaPyt is worth looking into.