Static code analysis - flawfinder

Unlike cpecheck, flawfinder will looking for the security vulnerability of your source code
  • Install
  • sudo apt install flawfinder
  • Run flawfinder
  • flawfinder --html --quiet --dataonly . >> output.html
  • Reference
  • https://security.web.cern.ch/security/recommendations/en/codetools/flawfinder.shtml

    No comments:

    Post a Comment

    Orange - data analysis tool

    Installation pip install orange3 Run orange python -m Orange.canvas